Closed someoneAnyone closed 8 years ago
The D3 chart being used at the moment only understands english "EN" formatted time date stamps. In Nightscouter/NightscouterKit/Models/Entry.swift
The app was creating timestamps based on the current location. I need to add the following line of code.
nsDateFormatter.locale = NSLocale(localeIdentifier: "EN")
WIP for dealing with this bug, https://github.com/someoneAnyone/Nightscouter/tree/issue40
Closed in https://github.com/someoneAnyone/Nightscouter/pull/43
The D3 chart being used at the moment only understands english "EN" formatted time date stamps. In Nightscouter/NightscouterKit/Models/Entry.swift
The app was creating timestamps based on the current location. I need to add the following line of code.