tedious
tedious copied to clipboard
Added timezoneOffset prop to readDateTimeOffset
Returning this will allow consuming libraries to provide accurate timezone information. Addresses #1107.
I don't know what this failure in Travis means. Any guidance there?
@nibblesnbits Sorry for the trouble you're facing.
We're following Conventional Commits for commit messages, which allows us to have the release process fully automated. 🙇♂️
The Travis failure is mostly a reminder for maintainers to squash your commits / change the commit messages before merging.
On another note, would you mind adding a test case for this new property? 🙇♂️
On another note, would you mind adding a test case for this new property? 🙇♂️
Actually, I see no existing tests that address the functions in the value-parser.ts file directly. Could you provide some guidance on what would qualify as a valid test for readDateTimeOffset?