Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 932841
Collapse All | Expand All

(-)a/time.c (-1 / +1 lines)
Lines 2322-2328 Link Here
2322
    struct time_object *tobj = DATA_PTR(time);
2322
    struct time_object *tobj = DATA_PTR(time);
2323
    wideval_t t, s;
2323
    wideval_t t, s;
2324
2324
2325
    split_second(tobj->timew, &t, &s);
2325
    wdivmod(tobj->timew, WINT2FIXWV(TIME_SCALE), &t, &s);
2326
    tm = tm_from_time(rb_cTimeTM, time);
2326
    tm = tm_from_time(rb_cTimeTM, time);
2327
    utc = rb_check_funcall(zone, id_local_to_utc, 1, &tm);
2327
    utc = rb_check_funcall(zone, id_local_to_utc, 1, &tm);
2328
    if (UNDEF_P(utc)) return 0;
2328
    if (UNDEF_P(utc)) return 0;

Return to bug 932841