I will be retrieving values from the range -12 to +12 & I need to convert it to a specific timezone format string.
e.g.
-3 becomes -03:00
0 becomes Z
4 becomes +04:00
Is there any readymade utility that I've overlooked that does the same thing in JDK6 ?
Thanks