mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
update maintainers
This commit is contained in:
parent
cc103b8d70
commit
e59db30d96
1 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
let m_table = (
|
||||
[['name', 'tz', 'time']; ['andres' 'US/Eastern' ' '] ['fdncred' 'US/Central' ' '] ['gedge' 'US/Eastern' ' '] ['jturner' 'NZ' ' '] ['wycats' 'US/Pacific' ' ']]
|
||||
[
|
||||
['name', 'tz', 'time'];
|
||||
['andres' 'US/Eastern' ' ']
|
||||
['fdncred' 'US/Central' ' ']
|
||||
['gedge' 'US/Eastern' ' ']
|
||||
['jturner' 'NZ' ' ']
|
||||
['wycats' 'US/Pacific' ' ']
|
||||
['kubouch' 'Europe/Helsinki' ' ']
|
||||
['elferherrera' 'Europe/London' ' ']
|
||||
]
|
||||
)
|
||||
let now = (date now)
|
||||
$m_table | update time {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue