Topic
Set timezone to UTC
Startseite ' Community ' Automation and VBA ' Set timezone to UTC
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 20 Jahren, 3 Monaten von n.flamisch@ibflamisch.at aktualisiert.
-
AutorBeiträge
-
15.02.2005 um 19:27 Uhr #35038n.flamisch@ibflamisch.atTeilnehmer
To avoid problems with daylight saving time and different timezones, I want to set the timezone to UTC when I start FlexPro. Is there a VBA script that can manage this ?
16.02.2005 um 01:42 Uhr #35036n.flamisch@ibflamisch.atTeilnehmerTo avoid problems with daylight saving time and different timezones, I want to set the timezone to UTC when I start FlexPro. Is there a VBA script that can manage this ?
16.02.2005 um 01:42 Uhr #35037Bernhard KantzTeilnehmerFlexPro saves calendar times as numerical values which contain the number of seconds since the 1. 1. 1970 in “Universal Time Coordinated” (UTC). Using a calendar time formatter, you can display these numerical values as a calendar time. FlexPro thereby converts the UTC values automatically into the time zone set in the Control Panel. Using an option, however, you can specify that the output is to be in coordinated world time. The formatter specifies which elements of an UTC time value should be displayed.
If you change the global time zone (set in the Control Panel) FlexPro must be restarted!
VBA doesn’t give you any built-in functions for determining either GMT or your offset from it, or what time zone your are located in. Therefore, you’ll have to use the Windows API (or Application Programmatic Interface) calls, to get this information directly from Windows.
See also Microsoft Article “How to change time zone information by using Visual Basic” (Article ID 221542). http://support.microsoft.com/kb/221542/en-us
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.