It's not that hard to extend the date handling in Base to handle this.
Here's one example with microsecond accuracy:

https://github.com/tshort/COMTRADE.jl/blob/master/src/datetime.jl

I also like the idea of a TimeOfDay type like Tom B has implemented.



On Fri, Apr 29, 2016 at 8:06 AM, Ben Southwood <[email protected]>
wrote:

> Are there any packages that can handle "Unix style" times?  How come Julia
> can only handle seconds in 0.4.5 and milliseconds in 0.5 (unstable)?
> Shouldn't we just aim big and go all the way to nanos?
>
> For example, it would be great if I could handle the following times.
>
> 2015-12-11 09:46:40.882362Z
>
> 2015-09-11 14:37:12.960014+01:00,
>
>

Reply via email to