You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ julia7
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.7.0-DEV.2549 (2017-11-20 18:47 UTC)
_/ |\__'_|_|_|\__'_| | Commit 0f906bacff* (2 days old master)
|__/ | x86_64-w64-mingw32
julia> Dates.format(now(Dates.UTC), Dates.RFC1123Format)
"Thu, 23 Nov 2017 18:00:07"
...whereas on OSX (downloaded binary):
_/ |\__'_|_|_|\__'_| | Commit dd0bf99db7 (0 days old master)
|__/ | x86_64-apple-darwin14.5.0
julia> Dates.format(now(Dates.UTC), Dates.RFC1123Format)
WARNING: Base.Dates is deprecated, run `using Dates` instead.
likely near no file:0
ERROR: type Void has no field format
Travis has the OSX behaviour on both OSX and linux.
On Windows, you can create a date like this:
...whereas on OSX (downloaded binary):
Travis has the OSX behaviour on both OSX and linux.
The text was updated successfully, but these errors were encountered: