I think I have found the problem :

In your first post I see :

    # moment.js default labels formats
        time_earthquake                                        = "LLL"
        time_lastUpdated                                       = "LL, LTS"
        time_snapshot_records_today_header      = "dddd, LL"
        time_snapshot_records_month_header     = "MMMM YYYY"
        ...

You should replace 
 time_lastUpdated by time_last_updated :

 # moment.js default labels formats
        time_earthquake                                        = "LLL"
        *time_last_updated  *                                     = "LL, 
LTS"
        time_snapshot_records_today_header      = "dddd, LL"
        time_snapshot_records_month_header     = "MMMM YYYY"
        ....      


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b08cc492-0bdb-4c3c-a5fd-2bcdee3fdb93%40googlegroups.com.

Reply via email to