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
