I'm going slowly mad here... What I want to do is to be able to convert
from a timezone name eg "Europe/London" to an offset from UTC ... in
this case it's +1 hour at the moment. The end result is to convert an
utc timestamp held in a mysql database into a display field in the
relevant local time ( not doing so can be most tedious when you live in
GMT+12! ).
There must be a simple way... I've got linux and mysql available if
either of these help.
Cheers,
Steve
from a timezone name eg "Europe/London" to an offset from UTC ... in
this case it's +1 hour at the moment. The end result is to convert an
utc timestamp held in a mysql database into a display field in the
relevant local time ( not doing so can be most tedious when you live in
GMT+12! ).
There must be a simple way... I've got linux and mysql available if
either of these help.
Cheers,
Steve
Comment