quinnj / Datetime.jl

A Date and DateTime implementation for Julia; Now deprecated in favor of https://github.com/quinnj/Dates.jl
Other
20 stars 15 forks source link

function to create a datetime from unixtimestamp ? #40

Closed nhenin closed 10 years ago

nhenin commented 10 years ago

Do you have a method to create a datetime from a unix timestamp ?

quinnj commented 10 years ago

See the unix2datetime function.