Skip to content

Commit 77ee296

Browse files
brancengregoryvspinu
authored andcommitted
Fix stamp_time orders
1 parent 92ecd8a commit 77ee296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stamp.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ stamp_date <- function(x, locale = Sys.getlocale("LC_TIME"), quiet = FALSE) {
228228
##' @export
229229
stamp_time <- function(x, locale = Sys.getlocale("LC_TIME"), quiet = FALSE) {
230230
stamp(x,
231-
orders = c("hms", "hm", "ms", "h", "m", "s"),
231+
orders = c("T", "R", "MS", "r", "M", "S"),
232232
locale = locale, quiet = quiet
233233
)
234234
}

0 commit comments

Comments
 (0)