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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dy2k.c376 * Add the increment to base_time, normalize it to GMT and US Pacific
380 PRExplodedTime base_time; member in struct:normalize_test_data
474 ** For each data item, add the time increment to the base_time and then
491 PrintExplodedTime(&itemp->base_time);
499 add_time_increment(&itemp->base_time, &itemp->increment);
500 PR_NormalizeTime(&itemp->base_time, PR_LocalTimeParameters);
503 PrintExplodedTime(&itemp->base_time);
506 if (!ExplodedTimeIsEqual(&itemp->base_time,
513 PR_NormalizeTime(&itemp->base_time, PR_GMTParameters);
516 PrintExplodedTime(&itemp->base_time);
[all...]

Completed in 1203 milliseconds