Skip to content

Releases: Path-Variable/go-posix-time

Fixes error in calculating transition string

22 Oct 09:00
dd230da
Compare
Choose a tag to compare

Due to a mistake in one of the test cases, the transition ordinals were not calclated correctly.
The test and the code was fixed.

Code refactor and documentation improvements

09 Sep 13:46
8a84568
Compare
Choose a tag to compare

The code for the libary file and its test were refactored.
No changes in functionality occured in this release.
Go doc comments were slightly improved and fixed.

Offset conversion and documentation

03 Sep 11:02
0294f49
Compare
Choose a tag to compare

This release adds another API method to the library.
It is a convenience method for converting the standard offset gotten from the go time.Time Zone() function into the POSIX offset used to create the format.

The release also expands on the go doc comments.

Initial release

03 Sep 10:34
54aaa70
Compare
Choose a tag to compare

This is the inital release. The library API is small and documented in the readme file. Please check it out and raise an issue on github if you find any bugs.
Made possible by the release of Go 1.19