Skip to content

Commit

Permalink
Use local time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Mar 15, 2024
1 parent 83568e1 commit e398c74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Pipeline tools coordinate the pieces of computationally
The methodology in this package
borrows from GNU 'Make' (2015, ISBN:978-9881443519)
and 'drake' (2018, <doi:10.21105/joss.00550>).
Version: 1.6.0
Version: 1.6.0.9000
License: MIT + file LICENSE
URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets
BugReports: https://github.com/ropensci/targets/issues
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# targets 1.6.0.9000



# targets 1.6.0

* Modernize `extras` in `tar_renv()`.
Expand Down
2 changes: 1 addition & 1 deletion R/utils_time.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ time_stamp <- function(time = Sys.time()) {
}

time_stamp_cli <- function(time = Sys.time()) {
paste(time_stamp(time = time), "UTC")
format(time, "%Y-%m-%d %H:%M:%OS2")
}

time_stamp_short <- function(time = Sys.time()) {
Expand Down

0 comments on commit e398c74

Please sign in to comment.