IIUC, the Julia DateTime object represents UT (milli)seconds, and has
converters to/from human-readable dates and local time.

http://docs.julialang.org/en/release-0.4/manual/dates/

On Wed, Jul 27, 2016 at 9:32 AM, Andrew Gibb <[email protected]> wrote:

> Hi,
>
> I'm writing a module for dealing with video timing. The C++ code I'm using
> as a basis uses gmtime to convert seconds into y:m:d.etc. Does anyone know
> if this functionality is exposed in Julia anywhere?
>
> I realise I could handle this myself with ccall, I just wanted to check to
> see if I could avoid duplicating effort.
>
> Thanks
>
> Andy
>

Reply via email to