Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

Request: ISO-8601 time format #295

Open hovissimo opened 9 years ago

hovissimo commented 9 years ago

There are a few different time formats already available in kOS, but it would be nice to also have a standard ISO 8601 time format like "2014-07-21T09:10:37Z". This will be useful to me as I do some data processing exercises on my logs. Also, should anyone ever cook up a cross-client exercise, using the standard for timestamps will simplify things.

http://en.wikipedia.org/wiki/ISO_8601

erendrake commented 9 years ago

I dont mind adding an ISO format for the time, we get to avoid timezones which is nice. The one thing we need to tack on is the user setting time format. KSP time can be in either 24 hour or 6 hour days.