Re: Strange sunset/sunrise calulation
Posted: Sun Apr 03, 2011 10:38 am
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
Determine the current offset from GMT
# date +%z
+0200
Determine the current timezone (in winter this will be CET for Europe)
# date +%Z
CEST