Home | History | Annotate | Download | only in time

Lines Matching refs:exploded

13   Time::Exploded exploded;
14 t.UTCExplode(&exploded);
15 return StringPrintf("%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", exploded.year,
16 exploded.month, exploded.day_of_month, exploded.hour,
17 exploded.minute, exploded.second, exploded.millisecond);