How to check when Daylight Saving Time (DST) will commence?
Submitted by linportal on Thu, 2007-03-08 02:39
Using time zone dumper utility (zdump) like this:
zdump -v /etc/localtime | grep 2007
we can see that:
/etc/localtime Sun Mar 25 00:59:59 2007 UTC = Sun Mar 25 01:59:59 2007 CET isdst=0 gmtoff=3600
/etc/localtime Sun Mar 25 01:00:00 2007 UTC = Sun Mar 25 03:00:00 2007 CEST isdst=1 gmtoff=7200
/etc/localtime Sun Oct 28 00:59:59 2007 UTC = Sun Oct 28 02:59:59 2007 CEST isdst=1 gmtoff=7200
/etc/localtime Sun Oct 28 01:00:00 2007 UTC = Sun Oct 28 02:00:00 2007 CET isdst=0 gmtoff=3600
DST will commence on 25th of March and end on 28th of October. All days valid for year 2007 in the Central European Time (CET) timezone. Feel free to check start and end times for your local timezone.
»
- linportal's blog
- Add new comment
- 2888 reads








Recent comments
1 week 3 days ago
1 week 3 days ago
1 week 6 days ago
3 weeks 2 days ago
4 weeks 11 hours ago
9 weeks 2 days ago
10 weeks 12 hours ago
10 weeks 1 day ago
10 weeks 5 days ago
11 weeks 5 days ago