Home
last modified time | relevance | path

Searched refs:offsecs2 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c4502 int offsecs1, offsecs2; in time_richcompare() local
4509 offsecs2 = TIME_GET_HOUR(other) * 3600 + in time_richcompare()
4514 diff = offsecs1 - offsecs2; in time_richcompare()

Completed in 13 milliseconds