> "The localtime() function shall convert the time in seconds since the Epoch > pointed to by timer into a broken-down time, expressed as a local time. The > function corrects for the timezone and any seasonal time adjustments. [CX] > Local timezone information is used as though localtime() calls tzset()."
Right. But In 1970 Moscow time was UTC+3 and now it's UTC+4. So localtime returns correct time for 1970 and for 2012. In mislib we calculate timezone for 1970 that wrong, isn't it? ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ecls-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecls-list
