mercurial/help/dates.txt
changeset 13886 fe48c57390f2
parent 9999 f91e5630ce7e
child 13887 06803dc5fc19
equal deleted inserted replaced
13885:5d115ea4030b 13886:fe48c57390f2
    28 the offset of the local timezone, in seconds west of UTC (negative if
    28 the offset of the local timezone, in seconds west of UTC (negative if
    29 the timezone is east of UTC).
    29 the timezone is east of UTC).
    30 
    30 
    31 The log command also accepts date ranges:
    31 The log command also accepts date ranges:
    32 
    32 
    33 - ``<{datetime}`` - at or before a given date/time
    33 - ``<DATE`` - at or before a given date/time
    34 - ``>{datetime}`` - on or after a given date/time
    34 - ``>DATE`` - on or after a given date/time
    35 - ``{datetime} to {datetime}`` - a date range, inclusive
    35 - ``DATE to DATE`` - a date range, inclusive
    36 - ``-{days}`` - within a given number of days of today
    36 - ``-DAYS`` - within a given number of days of today