Skip to content

Commit

Permalink
try with lubridate
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jun 23, 2024
1 parent 611daf9 commit d777699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ params:
value: PUBLIC
choices: [PUBLIC, PRIVATE, BOTH]
title: "`r params$title`"
date: "Last updated: `r Sys.time()`"
date: "Last updated: `r lubridate::now()`"
---

```{r setup, include=FALSE, message=FALSE, warning=FALSE}
Expand Down

0 comments on commit d777699

Please sign in to comment.