Date manipulation: Difference between revisions

Line 1,813:
writeln()
 
writeln $"original: \.d1; (\.d1:dt. oformat;)"
writeln $"+12 hours: \.d2; (\.d2:dt. oformat;)"
writeln $"in Arizona: \.d3; (\.d3:dt. oformat;)"
writeln $"in local time zone: \.d4; (\.d4:dt. oformat;)"
writeln $"in UTC: \.d5; (\.d5:dt. oformat;)"
writeln $"+02:30 time zone: \.d6; (\.d6:dt. oformat;)"
writeln $"in EST: \.d7; (\.d7:dt. oformat;)"</syntaxhighlight>
 
{{out}}
1,006

edits