ICU-5423 Comment out debugging code.
X-SVN-Rev: 21838
This commit is contained in:
parent
340f980d77
commit
29bf35f7ed
@ -705,7 +705,7 @@ static const struct OffsetZoneMapping OFFSET_ZONE_MAPPINGS[] = {
|
|||||||
static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
|
static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
|
||||||
{
|
{
|
||||||
int32_t idx;
|
int32_t idx;
|
||||||
fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
|
/*fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);*/
|
||||||
for (idx = 0; idx < (int32_t)sizeof(OFFSET_ZONE_MAPPINGS)/sizeof(OFFSET_ZONE_MAPPINGS[0]); idx++)
|
for (idx = 0; idx < (int32_t)sizeof(OFFSET_ZONE_MAPPINGS)/sizeof(OFFSET_ZONE_MAPPINGS[0]); idx++)
|
||||||
{
|
{
|
||||||
if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds
|
if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds
|
||||||
|
Loading…
Reference in New Issue
Block a user