TimeSerial function and daylight saving

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Farcot

    #1

    TimeSerial function and daylight saving

    I compute timeby TimeSerial function
    TimeSerial(intT ime / 100, intTime Mod 100, 0)
    I get 11:00:00 for intTime=1100. After daylight saving was changed to summer
    I start to get 12:00:00 for intTime=1100.
    What should I check to get correct value?
Working...