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

DateTimeExporter to allow unspecified time-zone #50

Open
atifaziz opened this issue Aug 25, 2015 · 1 comment
Open

DateTimeExporter to allow unspecified time-zone #50

atifaziz opened this issue Aug 25, 2015 · 1 comment

Comments

@atifaziz
Copy link
Owner

Originally reported on Google Code with ID 50

What new or enhanced feature are you proposing?
[HG rev63] Suggest adding "yyyy-MM-dd'T'HH:mm:ss" as one of the supported formats for
DateTimeImporter. I think we could leave the time-zone handling to user of the library
- by checking the DateTime.Kind field.

What goal would this enhancement help you achieve?
Allow me to handle Bugzilla::WebService API that returns unspecified time-zone in date-time
string result. E.g. '2010-01-02T12:34:56'

Reported by frankiefonghk on 2012-10-12 08:11:03

@atifaziz
Copy link
Owner Author

And one ending with 'Z' too:
"yyyy-MM-dd'T'HH:mm:ssZ"

This is supported by DateTime.Parse(string)

Reported by frankiefonghk on 2012-10-12 08:16:26

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

1 participant