Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COSMOS Global Time Zone Setting (Local/UTC) #347

Closed
ghost opened this issue Oct 19, 2016 · 5 comments
Closed

COSMOS Global Time Zone Setting (Local/UTC) #347

ghost opened this issue Oct 19, 2016 · 5 comments
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Oct 19, 2016

System.txt should support a time zone keyword to specify if COSMOS time choosers should expect local times or UTC times. (Currently it is local times)

@ghost ghost added the feature label Oct 19, 2016
@donaldatball donaldatball self-assigned this May 17, 2017
@donaldatball
Copy link
Contributor

@ryanatball Just to make sure I understand the intent... when you say "time choosers", I'm thinking of the calendar dialogs that are used to select times for TlmExtractor. Is that what you had in mind, or am I thinking of the wrong thing?

@ghost
Copy link
Author

ghost commented May 18, 2017

Yes, the time chooser boxes like in TlmExtractor. This should also affect anywhere time is displayed as well though.

@donaldatball
Copy link
Contributor

@ryanatball Ok, gotcha. So, for example, when I load a log file in Replay, it shows the start, current, and end times-- those would display in local/UTC depending on this setting as well, right? Do you think it'd be worth displaying the UTC offset (or UTC) wherever times are shown to make this more obvious? Something like what the default Time class does?

irb(main):001:0> Time.now
=> 2017-05-18 10:20:08 -0600
irb(main):002:0> Time.now.utc
=> 2017-05-18 16:20:13 UTC

@ghost
Copy link
Author

ghost commented May 18, 2017

I would be ok with indicating the offset in some fashion.

donaldatball pushed a commit that referenced this issue May 19, 2017
donaldatball pushed a commit that referenced this issue May 23, 2017
donaldatball pushed a commit that referenced this issue May 23, 2017
re #347 Add a system-level keyword to specify that COSMOS should glob…
@donaldatball
Copy link
Contributor

Closed with b2dffdd

Also added the keyword to the website.

@ghost ghost modified the milestone: v4.0.0 Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant