Erik ran into a surprising performance problem over the weekend. If you live in an orange area of the map, mktime(3) may be killing your performance. tm_isdst is important. Don’t guess! Don’t construct struct tm manually. Or, even better, let mktime decide DST for you. Set tm_isdst = -1. Are you impacted? Run your programs [...]
