Skip to content

Releases: tjcooper97/TTime

1.5.0 - Global Date & Time Validation Methods

Choose a tag to compare

@tjcooper97 tjcooper97 released this 13 Jun 02:19

The validation methods for ensuring a date or time is valid are now global & as a result, TTime's setDate & setTime methods now utilize these global validation methods. Year validation is based on the same definitions the rest of the library uses (currently the range is 2000-2099).

1.4.1 - First Public Release

Choose a tag to compare

@tjcooper97 tjcooper97 released this 02 Jun 16:34

This is the first public release of my TTime library, there have been some commits trying to get things organized and properly setup, but no changes to the core library since pre-migration from the Arduino IDE.

The next future releases will focus on finalizing folder/file structure of the library and finalizing the SunEvent (sun rise/set) times.