Replace internal storage of OWLDate and OWLTime from "struct tm" to "time_t", that should improve performance of IS subscribers dealing with timestamps of IS object (original "time_t" was converted to "struct tm" and then back to "time_t")
Replace internal storage of OWLDate and OWLTime from "struct tm" to "time_t", that should improve performance of IS subscribers dealing with timestamps of IS object (original "time_t" was converted to "struct tm" and then back to "time_t")