How can I convert a date/time string, e.g. 2011-11-13 08:11:02 +0000, to my local time zone on the command line?
|
feedback
|
|
Use The following converts a UTC date to my local time zone (CET):
If you specify the same date format for both input and output, you will only convert the time to your local time zone. But, as in the example, you can combine that with a format conversion. | |||||
feedback
|

date, not GNUdate. The options are quite different. – Daniel Beck Nov 13 '11 at 8:45