RSSTimeFormatter: print time seems to work backwards
Gordon-Dry opened this issue · 3 comments
Strange. The original code here was actually ripped out of KSPs internal DateTime handler so it should behave exactly the same as stock - or at least how stock behaved when this was first written. Looking at my code comment it even states that the depth was bottom first, not top first.
I'm not entirely clear on how RSSTimeFormatter works, but the DefaultDateTimeFormatter looks to do it correctly, while the RealDateTimeFormatter seems backwards.
In any event it wouldn't make much sense for it to run backwards, as you would basically always only end up including the smallest increments of time.
After two years I dare to bump this, as this is really annoying (in Contracts Window+ where this issue manifests).