RosettaCodeData/Task/Date-manipulation/00DESCRIPTION
2016-12-05 22:15:40 +01:00

9 lines
299 B
Text

{{omit from|ML/I}}
{{omit from|PARI/GP|No real capacity for string manipulation}}
;Task:
Given the date string "March 7 2009 7:30pm EST", <br>
output the time 12 hours later in any human-readable format.
As extra credit, display the resulting time in a time zone different from your own.
<br><br>