RosettaCodeData/Task/System-time/Perl-6/system-time.pl6

3 lines
43 B
Raku
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
say DateTime.now;
2015-11-18 06:14:39 +00:00
dd DateTime.now.Instant;