3 lines
149 B
Text
3 lines
149 B
Text
V format_str = ‘%B %d %Y %I:%M%p’
|
||
print((time:strptime(‘March 7 2009 7:30pm’, format_str)
|
||
+ TimeDelta(hours' 12)).strftime(format_str))
|