Hans Leidekker hans@codeweavers.com wrote:
Probably trigger time related data should be stored as a parsed system time instead of a string since all the further checks and calculations would need to be done with absolute time anyway. And the reverse conversion should be performed in get_StartBoundary().
No, it's stored as-is. I've added some tests to show that.
I see, thanks.