-
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
-
Fixed leap year definition
-
Upgraded time expr grammar
-
Added ability to pick fragments to enable in time expr API
-
Refactored
Search_param
module
- Removed year field from cron expression. The year field was previously incorrectly present.
-
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
-
Added non-integer support for numbers in duration string at day, hour, minute level
-
Adjusted
Time
module API
- Base version