ESP-IDF
TM_YEAR_BASE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TM_YEAR_BASE
TM_YEAR_BASE macro
Syntax
Show:
Summary
Declaration
from
arg_date.c:215
#define
TM_YEAR_BASE
(
1900
)
Examples
References
from
examples
Code
Location
#define
TM_YEAR_BASE
(
1900
)
arg_date.c:215
tm
->
tm_year
=
i
-
TM_YEAR_BASE
;
arg_date.c:517
tm
->
tm_year
=
i
+
2000
-
TM_YEAR_BASE
;
arg_date.c:531
tm
->
tm_year
=
i
+
1900
-
TM_YEAR_BASE
;
arg_date.c:533
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out