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

Calendar dates are localised #30

Closed
varkor opened this issue Jun 30, 2015 · 1 comment
Closed

Calendar dates are localised #30

varkor opened this issue Jun 30, 2015 · 1 comment

Comments

@varkor
Copy link

varkor commented Jun 30, 2015

Though this might be desirable in some scenarios, having each day set relative to the user's timezone, rather than relative to UTC, means that it is difficult to compare dates across different devices, or on a server.

It would be very useful to add a setting that sets each day's date relative to UTC instead. (This can be achieved by adding the line:

// setDisplayedMonth:
[df setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]];

After line 324 in THDatePickerViewController.m.)

hons82 added a commit that referenced this issue Jul 1, 2015
+Travis and Coveralls integration
Bump to 1.2.0
@hons82
Copy link
Owner

hons82 commented Jul 1, 2015

In version 1.2.0 I'll put the possibility to set the TimeZone different from the default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants