Under Review
over 2 years ago

Instinct 2 2s firmware 10.10 date day month

Instinct 2 and Instinct 2s with firmware 10.10 do not report correctly <Toybox.Time.Gregorian.Info> day_of_week and month, apparently if the system language is other than English.

  • To make it more specific:

    According to users who updated to 10.10, it looks like with the following code
    var calendar_long = Time.Gregorian.info(Time.now(), Time.FORMAT_LONG);

    System.println("month " + calendar_long.month + " day " + calendar_long.day_of_week);

    calendar_long.month and calendar_long.day_of_week do not contain the expected text.

    Reportedly the text appears only if the system language is set to English on the watch.