mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 23:27:45 +00:00
Merge pull request #92 from nushell/update_guayaquil
Update maintainer_time.nu
This commit is contained in:
commit
fa8143b11b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
let m_table = (
|
let m_table = (
|
||||||
[
|
[
|
||||||
['name', 'tz', 'time'];
|
['name', 'tz', 'time'];
|
||||||
['andres' 'US/Eastern' ' ']
|
['andres' 'America/Guayaquil' ' ']
|
||||||
['fdncred' 'US/Central' ' ']
|
['fdncred' 'US/Central' ' ']
|
||||||
['gedge' 'US/Eastern' ' ']
|
['gedge' 'US/Eastern' ' ']
|
||||||
['jt' 'NZ' ' ']
|
['jt' 'NZ' ' ']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue