mirror of
https://github.com/formax68/memoChron.git
synced 2026-07-22 12:30:31 +00:00
Events with explicit timezones (e.g., India Standard Time) were being displayed in the wrong time. The issue was that ical.js Time objects contain the correct time components but toJSDate() interprets them as local time. Added convertIcalTimeToDate() method that: - Extracts time components directly from ICAL Time objects - Creates DateTime objects in the specified timezone - Properly converts to local timezone for display Also updated Time type definitions to include year, month, day, hour, minute, second properties. |
||
|---|---|---|
| .. | ||
| services | ||
| settings | ||
| types | ||
| utils | ||
| views | ||
| main.ts | ||