Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Alan Bennett said:I don't mind people who aren't what they seem. I just wish they'd make their mind up.
As I understand it, a TZ setting like yours, with no time added (ours is GMT0BST,M3.5.0,M10.5.0) will reset the clock so that, at 02:00 it will revert to 01:00.unixfreak said:will it change correctly at 3am
man cron said:Note:
o If you have a job scheduled to run between 1:00 AM and 2:00 AM on the
day your time zone changes from daylight saving time to standard time
your job will run twice.
o If you have a job scheduled to run between 2:01 AM and 2:59 AM on the
day your time zone changes from standard time to day light savings time
your job will not run. You can change the time these jobs run, run them
manually, or with until the following day to run them. The cron daemon
does not need to be stopped. However, if changes are made to the TZ
environment variable, kill the current cron daemon so that it
automatically respawns and recognizes the new TZ setting.