We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toISOString always returns UTC times. We should support a flag that lets you return the local time instead of requiring the user to do:
toISOString
moment().format('YYYY-MM-DD[T]HH:mm:ss.SSSZ');