Forum Discussion
Easy consistent Last Refresh Time (your local time zone) solution - no matter how refreshed
- 10 years ago
Thanks for your sharing. That's a awesome idea to indicate a precise refresh time. :)
Just some tips, no need to import the web as a source, the Power Query,also known as "M", has a "DateTimeZone.UtcNow()", you can get UTC time with that function and tweak different timezones based on UTC.
Thanks for your sharing. That's a awesome idea to indicate a precise refresh time. :)
Just some tips, no need to import the web as a source, the Power Query,also known as "M", has a "DateTimeZone.UtcNow()", you can get UTC time with that function and tweak different timezones based on UTC.
What should we do with the daylight saving time (DST)?
For example the difference between Melbourne time can be +10, but the other six month it is +11.
Any automatic solution for this?
Thanks