Skip to content

Commit c416300

Browse files
committed
Update timestamp format
1 parent 70322c6 commit c416300

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

template.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ output-file: report.html
5656
display.num <- function(n, digits) {
5757
format(n, digits = digits, nsmall = digits)
5858
}
59-
Sys.setlocale("LC_ALL", "English")
6059
```
6160

6261
```{r read, echo = F, message = F, include = F}
@@ -115,7 +114,7 @@ if (params$use_bionj) {
115114
# Freyja timestamp
116115
freyja.timestamp <- read_file(params$freyja_ts) %>%
117116
as.POSIXct(., format = "%m_%d_%Y-%H-%M") %>%
118-
strftime(., format = "%d %B %Y at %H:%M")
117+
strftime(., format = "%Y-%m-%d at %H:%M")
119118
```
120119

121120
## Summary of the target samples dataset

0 commit comments

Comments
 (0)