1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

Merge pull request #106 from nushell/fdncred-patch-1

add storm to maintainers
This commit is contained in:
Darren Schroeder 2021-11-27 05:10:09 -06:00 committed by GitHub
commit 6ab6634764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ let m_table = (
['wycats' 'US/Pacific' ' '] ['wycats' 'US/Pacific' ' ']
['kubouch' 'Europe/Helsinki' ' '] ['kubouch' 'Europe/Helsinki' ' ']
['elferherrera' 'Europe/London' ' '] ['elferherrera' 'Europe/London' ' ']
['storm' 'US/Pacific' ' ']
] ]
) )
let now = (date now) let now = (date now)