The convertUnixToTime function is returning lowercase "pm" instead of uppercase "PM". - Expected: 01:00 PM - Received: 01:00 pm This mismatch is causing the test case in src/tests/lib/formatters.test.js to fail due to case-sensitive string comparison. **Test Failure Screenshot** <img width="1287" height="612" alt="Image" src="https://github.com/user-attachments/assets/6a17f9ea-0843-4044-9bb7-5b4d99b6a8d5" />