Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mininxd authored Nov 1, 2023
1 parent 454cc24 commit b5a438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var unixTime = Number(response.body) + Number(GMT0);
```
menjadi pengurangan<br>
```javascript
var unixTime = Number(response.body) - Number(GMT7);
var unixTime = Number(response.body) - Number(GMT0);
```

<br>
Expand Down

0 comments on commit b5a438a

Please sign in to comment.