What is the correct string to set the DateFormat timezone to GMT+1? According the documentation it should be something like "GMT + 00:00". I already tried other forms but apparently I always fallback to GMT (my current timezone).
Thanks in advance!
|
What is the correct string to set the DateFormat timezone to GMT+1? According the documentation it should be something like "GMT + 00:00". I already tried other forms but apparently I always fallback to GMT (my current timezone). Thanks in advance! |
||||
|
|
|
You can find whole set of time zones via following fragment of code:
And reuse it to set timezone directly:
|
||||
|
|
|
You can use
Or just:
(Apologies for the repeated edits around +1 and -1... bad diagnostics on my part. "GMT+1" is fine, but its Etc equivalent is "Etc/GMT-1" - very confusing.) |
||||
|
|