The date when daylight saving time is applied, is different in Europe than it is in Usa, by some two weeks... This causes some difficulties in that time between, when Europe is allready in DST, but Usa is not, and the same in the autumn.
Does anybody know any function that have anything to do with this issue?
Daylight saving time
Moderator: General Moderators
you can have your code go directly to worldtimeserver.com
and pick the correct and accurately adjusted time.
Start by surfing there and pick the pages that will serve as model to your code, then snipe the data from there.
This will separate completely your logic with any local host server configuration for time zone adjustment, as well as the timezone in the zone you wish to calculate.
and pick the correct and accurately adjusted time.
Start by surfing there and pick the pages that will serve as model to your code, then snipe the data from there.
This will separate completely your logic with any local host server configuration for time zone adjustment, as well as the timezone in the zone you wish to calculate.