react-moment
react-moment copied to clipboard
Unix time in millisecconds
Is there only support for secconds? Need this: https://momentjs.com/docs/#/parsing/unix-timestamp-milliseconds/
The same question was asked recently. https://github.com/headzoo/react-moment/issues/57
It seems easy enough to convert seconds to milliseconds. So I'm not sure the library really needs millisecond support.
I've checked the code and figured out using 'utc' instead of 'unix' param works fine with milliseconds.