ruuvi / com.ruuvi.station.ios

iOS Ruuvi Station
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

CSV export time format should be ISO with timezone #1678

Closed markoaamunkajo closed 1 year ago

markoaamunkajo commented 1 year ago

Description:

CSV export time format should be ISO with timezone Let's add this to the export filename.

Image

Android card: https://github.com/ruuvi/com.ruuvi.station/issues/1124 Web card: https://github.com/ruuvi/com.ruuvi.station.webui/issues/331

markoaamunkajo commented 1 year ago

@priyonto we decided to go with the full ISO format sorry.

Filename example: Friiz_2023-10-30T10:43:14+07:00

priyonto commented 1 year ago

@markoaamunkajo Slight problem here, on iOS file name can't have colon (:) in the name. Its replaced by '/'. We can have name without colon. For example: RuuviTag_2023-10-30T185727+0100

markoaamunkajo commented 1 year ago

@priyonto let's remove the lines as separator too and format like this:

RuuviTag_20230210T113000+0300

markoaamunkajo commented 1 year ago

QA passed