Lines Matching full:dstid
752 const char *dstID;
831 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
835 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
842 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)