Le vendredi 01 janvier 2016 à 10:05 -0800, Andreas Lobinger a écrit :
> Hello colleagues,
> 
> maybe i'm distracted, but how to get the current time (wallclock)
> with milisecond formatted?
> (sorry to do this, but in python i can get)
> >>> datetime.datetime.now()
> datetime.datetime(2016, 1, 1, 18, 56, 54, 822025)
> OR
> >>> datetime.datetime.now().isoformat()
> '2016-01-01T18:59:13.028891'
> 
> 
> in julia i have options of Base.time() and Dates.now() but time can't
> be formatted with Libc.strftime better than seconds.
> 
> Any pointer?
Maybe this:
https://github.com/JuliaLang/julia/pull/14170


Regards

> Wishing a happy day (and btw: new year also!),
>         Andreas

Reply via email to