Home
last modified time | relevance | path

Searched refs:month_diff (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dtime64.c476 int month_diff; in Perl_localtime64_r() local
553 month_diff = local_tm->tm_mon - gm_tm.tm_mon; in Perl_localtime64_r()
558 if( month_diff == 11 ) { in Perl_localtime64_r()
565 if( month_diff == -11 ) { in Perl_localtime64_r()