bugfix: esc
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
# Functions
|
||||
|
||||
# parse
|
||||
# Time-zone aware parsing of the date/date-time entry at the current record.
|
||||
#
|
||||
# @local variables: dt
|
||||
@@ -27,7 +26,6 @@ function parse( dt) {
|
||||
dt gensub(/^([0-9]{8})T([0-9]{2})([0-9]{2})([0-9]{2})(Z)?$/, "\\1 \\2:\\3:\\4\\5", "g", $NF)
|
||||
}
|
||||
|
||||
# parse_duration
|
||||
# Map iCalendar duration specification into the format to be used in date (1).
|
||||
#
|
||||
# @local variables: dt, dta, i, n, a, seps
|
||||
@@ -48,7 +46,6 @@ function parse_duration(duration, dt, dta, i, n, a, seps) {
|
||||
return dt
|
||||
}
|
||||
|
||||
# print_data
|
||||
# Print string of parsed data.
|
||||
#
|
||||
# @local variables: cmd, collection, depth, path
|
||||
|
Reference in New Issue
Block a user