Home | History | Annotate | Download | only in common

Lines Matching full:dstid

747     const char *dstID;
826 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
830 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
837 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)