feat: implement DateService with timezone support and add EncryptionService with unit tests

This commit is contained in:
Firman Ramdhani
2026-01-19 10:58:34 +07:00
parent 309dcb48fe
commit ded7f1d192
12 changed files with 397 additions and 33 deletions
@@ -122,6 +122,9 @@ export const DateServiceComponent: React.FC = () => {
<span className="opacity-60 text-xs ml-1">({currentTime.format('Z')})</span>
</div>
</div>
<div className="text-sm font-bold text-blue-700 bg-blue-100 px-2 py-1 rounded border border-blue-200">
{currentTime.timezoneWithOffset}
</div>
</div>
<div className="text-lg text-gray-500 mt-2">{currentTime.format('dddd, DD MMMM YYYY')}</div>