Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhs committed Aug 14, 2020
1 parent c76da7d commit 011625e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
```
IndoUtcOffset.forSelectOptions =>
[
{ value: '+07:00', label: 'WIB' },
{ value: '+08:00', label: 'WIT' },
{ value: '+09:00', label: 'WITA' }
{ value: '+07:00', label: '+07:00 / WIB' },
{ value: '+08:00', label: '+08:00 / WIT' },
{ value: '+09:00', label: '+09:00 / WITA' }
]
```


### offset2label

✓ offset2label(+07:00) => WIB
✓ offset2label(+08:00) => WIT (1 ms)
✓ offset2label(+09:00) => WITA
✓ offset2label(+07:00) => +07:00 / WIB
✓ offset2label(+08:00) => +08:00 / WIT
✓ offset2label(+09:00) => +09:00 / WITA

### offset2shortLabel

### label2offset
✓ offset2shortLabel(+07:00) => +07:00 / WIB
✓ offset2shortLabel(+08:00) => +08:00 / WIT
✓ offset2shortLabel(+09:00) => +09:00 / WITA

✓ label2offset(WIB) => +07:00
✓ label2offset(WIT) => +08:00 (5 ms)
✓ label2offset(WITA) => +09:00


## Installation
Expand Down

0 comments on commit 011625e

Please sign in to comment.