I’m using a TMSFNCPlanner component that I hook to a TMSFNCPlannerDatabaseAdapter which is fed from a REST service.
Everything is fine, I match the Adapter Item.DBKey | EndTime | StartTime | Title | Text fields to my own data, and everything is correctly displayed on the Planner…except the times which come in UTC times.
Is there a way to tell the Planner to use UTC+1 or set a TimeZone so it adjusts correctly, like UTC-4 or UTC+6?
I’d like to avoid having to manually add 1 hour or any TimeZone offset to all my data before hooking it to the Planner.
Thanks for any clue if someone already faced that kind of trouble.