fix: removed clock's second, too distracting

This commit is contained in:
Refansa 2024-07-28 23:26:42 +07:00
parent fbf07f5dff
commit 5600c9512b
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "refansa.my.id", "name": "refansa.my.id",
"version": "0.0.1a", "version": "0.0.1b",
"private": true, "private": true,
"homepage": "https://refansa.my.id", "homepage": "https://refansa.my.id",
"author": { "author": {

View File

@ -7,7 +7,6 @@ export function Clock() {
new Intl.DateTimeFormat('en-US', { new Intl.DateTimeFormat('en-US', {
hour: 'numeric', hour: 'numeric',
minute: 'numeric', minute: 'numeric',
second: 'numeric',
timeZone: 'Asia/Jakarta', timeZone: 'Asia/Jakarta',
}), }),
) )
@ -18,7 +17,6 @@ export function Clock() {
new Intl.DateTimeFormat('en-US', { new Intl.DateTimeFormat('en-US', {
hour: 'numeric', hour: 'numeric',
minute: 'numeric', minute: 'numeric',
second: 'numeric',
timeZone: 'Asia/Jakarta', timeZone: 'Asia/Jakarta',
}), }),
) )