RosettaCodeData/Task/Date-manipulation/00DESCRIPTION

10 lines
299 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
{{omit from|ML/I}}
{{omit from|PARI/GP|No real capacity for string manipulation}}
2016-12-05 22:15:40 +01:00
;Task:
2015-02-20 00:35:01 -05:00
Given the date string "March 7 2009 7:30pm EST", <br>
output the time 12 hours later in any human-readable format.
2013-04-10 16:57:12 -07:00
As extra credit, display the resulting time in a time zone different from your own.
2016-12-05 22:15:40 +01:00
<br><br>