-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- v1.2.0 - Оптимізація - Оновлений алгоритм DST - Добавлене автоматичне оновлення DST, при визові будь-яких функцій пов'язаних з часом (не налаштування) - Добавлена повна підтримка UNIX64 - Добавлені типи даних - `unix_t` - `year_t` - `DSTime` - Добавлені нові функції - UNIXtime і NTPTime: - `addUnix(unix_t unix, uint16_t ms = 0);` - `subtractUnix(unix_t unix, uint16_t ms = 0);` - `setDSTauto(DSTime *dst);` - `delDSTauto();` - `DSTauto();` - `DST(DSTime & dst);` - `DSTstartInGMT(uint8_t month_start, uint8_t week_start, uint8_t dayWeek_start, uint8_t h_start);` - `DSTendInGMT(uint8_t month_end, uint8_t week_end, uint8_t dayWeek_end, uint8_t h_end, bool dst_or_wt = 1);` - `isRunning();` - TimeFunc: - `nextDays(unix_t unix, unix_t n);` - `nextDay(unix_t unix);` - `prevDays(unix_t unix, unix_t n);` - `prevDay(unix_t unix);`
- Loading branch information
1 parent
0bbca2f
commit 32c3a22
Showing
7 changed files
with
588 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.