package daypack-lib
A schedule, time and time slots handling library
Install
Dune Dependency
Authors
Maintainers
Sources
manually-archived-v0.0.6.tar.gz
sha256=3035f6753152274c8d3c8e8e7a81fa4361927453aebdf379c8454ece0bc01ea0
doc/CHANGELOG.html
Changelog
0.0.6
- Added
time_expr_parser
toTime_expr
API - Added
duration_expr_parser
toDuration
API - Removed branching time point expression
- Adjusted grammar for branching time slot expression
- Added syntax (
tzoffset=...
) for searching in a specific timezone offset Added following time to string functions with format string support
Time.To_string.string_of_date_time
Time.To_string.string_of_unix_second
Time.To_string.string_of_time_slot
- Moved from
CCParse
toMParser
0.0.5
- Fixed leap year definition
- Upgraded time expr grammar
- Added ability to pick fragments to enable in time expr API
- Refactored
Search_param
module
0.0.4
- Removed year field from cron expression. The year field was previously incorrectly present.
0.0.3 (unpublished)
- Extended time pattern expression to include cron expression
Fixed time pattern search
- Previously incorrect date times were returned when only year level is specified
- Adjusted
Time_pattern
module interface - Added code to automatically adjust search parameter during time pattern search when applicable
0.0.2
- Added non-integer support for numbers in duration string at day, hour, minute level
- Adjusted
Time
module API
0.0.1
- Base version