libc/time: Update TZDEFRULESTRING to ",M3.2.0,M11.1.0"

which is the current DST plan used by US

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I50001e69ec1cb9cbf6a0b84fc87f4ad8ff41c0f0
This commit is contained in:
Xiang Xiao 2021-06-20 23:14:20 +08:00 committed by David Sidrane
parent aa202adaaa
commit 41409eb0bc
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
* common default. * common default.
*/ */
#define TZDEFRULESTRING ",M4.1.0,M10.5.0" #define TZDEFRULESTRING ",M3.2.0,M11.1.0"
/**************************************************************************** /****************************************************************************
* Private Types * Private Types