now_tm            590 lib/common/iso8601.c         struct tm *now_tm = localtime(&now);
now_tm            592 lib/common/iso8601.c         int h_offset = GMTOFF(now_tm) / (3600);
now_tm            593 lib/common/iso8601.c         int m_offset = (GMTOFF(now_tm) - (3600 * h_offset)) / (60);