Releases: sparkfun/SparkFun_RV-8803_Arduino_Library
Releases · sparkfun/SparkFun_RV-8803_Arduino_Library
Version 1.2.9
Version 1.2.8
This release:
- Adds Example10 which shows how to sync the RTC to GNSS (GPS) time - with Time Zone support - on different platforms
Version 1.2.7
This release:
- Adds new string helpers to make date formatting easier:
stringDayOfWeek
,stringDayOfWeekShort
,stringDateOrdinal
,stringMonth
,stringMonthShort
,stringTime8601TZ
- Allows the Time Zone to be defined - and stored in battery-backed RAM inside the RV8803
- Adds new methods to support time zones:
setTimeZoneQuarterHours
,getTimeZoneQuarterHours
,setLocalEpoch
,getLocalEpoch
- Adds a new example demonstrating how to set the time zone on different platforms and how to use the new string helpers
Fix compile issue for ATmega328
v1.2.6 Update library.properties
Fix compile issue for ATmega328
v1.2.5 Update library.properties
Clear reset when setTime()
Fix issue #27
Better handling of time skipping
Version 1.2.2
This release corrects confusion regarding the Unix Epoch:
- Re-add
use1970sEpoch
as a parameter forgetEpoch
and implement it - Change
setEpoch
Unix offset to 946684800.- 946710000 - the previous value - is Midnight Jan 1st 1970 GMT-7 (Boulder time)
- Update examples 7 and 8 to be consistent
- If you call
setEpoch
using the 1970 Epoch, you also need to callgetEpoch
using the 1970 Epoch
- If you call
Make 1970s setEpoch false by default
v1.2.1 Remove default 1970s epoch flag. Fix for issue 23.
Fix compiler warnings, fix get/set epoch time.
v1.2.0 Update to v1.2.0 because the RV8803_ENABLE define will break a small …