Tutorial by Examples

To get the current date and time, use the now function: julia> now() 2016-09-04T00:16:58.122 This is the local time, which includes the machine's configured time zone. To get the time in the Coordinated Universal Time (UTC) time zone, use now(Dates.UTC): julia> now(Dates.UTC) 2016-09-04...

Page 1 of 1