Added India Standard Time to formatDate

This commit is contained in:
Zakary Timson 2024-11-20 10:58:31 -05:00
parent 87db4d4755
commit 67ae86d69b

@ -48,6 +48,7 @@ export function formatDate(date: Date | number | string, format = 'YYYY-MM-DD H:
['MSK', 3],
['AST', 4],
['PKT', 5],
['IST', 5.5],
['BST', 6],
['ICT', 7],
['CST', 8],