Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #273 from Govan/master
Browse files Browse the repository at this point in the history
Set Omnifocus to read from 00:00:00.
  • Loading branch information
ttscoff committed Mar 9, 2014
2 parents c7afb02 + 0d8cec5 commit 61a2b81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins_disabled/omnifocus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ def do_log
set year of t to (yy as integer)
set month of t to (mm as integer)
set day of t to (dd as integer)
set hours of t to 0
set minutes of t to 0
set seconds of t to 0
return t
end setDate
Expand Down

0 comments on commit 61a2b81

Please sign in to comment.