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?
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?