You are reading a single comment by @Robin and its replies. Click here to read the full conversation.
  • dates about 1900-1905 are incorrecly converted to milliseconds

    So for example (new Date('1901-10-20')).getTime() isn't -2152224000000?

  • Mon 2018.11.19

    ref #4 'ESP32 v1.97 (last known to work with neopixel) '

    ref: 'http://www.espruino.com/Reference#l_DateĀ­'

    Just tried my luck on a Pico running 1v99

    From #6

    (new Date('1901-10-20')).getTime()

    The result:

    =-2025993600000

    I did not get the value -2152224000000 as suggested in #5

    I can not confirm if that negative value is a correct value for the date Oct 20, 1901 though.

    Also agree with the three dates in #7

    'dates about 1900-1905 are incorrecly converted to milliseconds'

    Would you mind @SergeP posting a link to the maths used to create the dates that are felt incorrect please?

About

Avatar for Robin @Robin started