1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 14:47:47 +00:00

rename date format to format date (#571)

This commit is contained in:
Antoine Stevan 2023-08-04 16:08:10 +02:00 committed by GitHub
parent 1d8457fa9d
commit be47e43db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 37 additions and 37 deletions

View file

@ -351,7 +351,7 @@ def get_time_segment [os color_mode] {
($time_color)
($time_bg_color)
(char space)
(date now | date format '%I:%M:%S %p')
(date now | format date '%I:%M:%S %p')
(char space)
($R)
] | str join)