mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-7676 make timezone error a warning - merge from r28032
X-SVN-Rev: 28033
This commit is contained in:
parent
70fa16f19f
commit
a89243e71f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ static void TestPUtilAPI(void){
|
|||
log_verbose("***** WARNING: If testing in the PST timezone, t_timezone should return 28800! *****");
|
||||
}
|
||||
if ((tzoffset % 1800 != 0)) {
|
||||
log_err("FAIL: t_timezone may be incorrect. It is not a multiple of 30min.");
|
||||
log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
|
||||
}
|
||||
/*tzoffset=uprv_getUTCtime();*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue