Fixed
Details
Assignee
Tim AndersonTim AndersonReporter
Tim AndersonTim AndersonTime tracking
2h loggedComponents
Fix versions
Priority
MinorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Tim Anderson
Tim AndersonReporter
Tim Anderson
Tim AndersonTime tracking
2h logged
Components
Fix versions
Priority
Who's Looking?
Open Who's Looking?
Created July 9, 2016 at 1:44 AM
Updated November 6, 2016 at 10:54 PM
Resolved July 18, 2016 at 5:02 AM
To simplify reporting and macro expressions, add the following:
date:now() - returns the current date/time
date:today() - returns the current date, with the time set to 00:00
date:tomorrow() - returns tomorrow's date, with the time set to 00:00
date:yesterday() - returns yesterday's date, with the time set to 00:00
In addition, add support to add/subtract hours via the add() function e.g.:
date:add(date:now(), "12h")
date:add(date:today(), "8h")
date:add(date:now(), "-12h")