Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve The Specified Timezone In Parse (#633)
* Preserve The Specified Timezone In Parse When parsing a string into a Time using the optional timezone parameter, set the location of the Time to the timezone's location so that Format uses that timezone. * Add More Tests for Preserving Timezone Add test when timezone is used to parse a date-time. Add test when timezone is irrelevant because it's a date.
- Loading branch information