react-moment icon indicating copy to clipboard operation
react-moment copied to clipboard

Unix time in millisecconds

Open c0d3x opened this issue 7 years ago • 2 comments

Is there only support for secconds? Need this: https://momentjs.com/docs/#/parsing/unix-timestamp-milliseconds/

c0d3x avatar Feb 13 '18 13:02 c0d3x

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.

headzoo avatar Feb 13 '18 13:02 headzoo

I've checked the code and figured out using 'utc' instead of 'unix' param works fine with milliseconds.

knapcio avatar Mar 28 '18 03:03 knapcio