Page 2 of 2

Re: Strange sunset/sunrise calulation

Posted: Sun Apr 03, 2011 10:38 am
by yjb
Not sure how this is handled in the different OS environments, and if you can use this in Gamba's:

Determine the current offset from GMT
# date +%z
+0200

Determine the current timezone (in winter this will be CET for Europe)
# date +%Z
CEST

Re: Strange sunset/sunrise calulation

Posted: Wed Apr 06, 2011 12:08 pm
by RDNZL
Have to check how we can make this work for non Europeans.