You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/fundamentals/data-types.mdx
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -574,6 +574,14 @@ The timezone can be defined via:
574
574
575
575
Both methods use IANA timezone descriptors to specify the timezone. See [list of time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
576
576
577
+
<Callouttype="warning">
578
+
579
+
Starting with `tzdata` version `2024b`, its format has changed and an incompatibility with the current libstdc++ has been introduced.
580
+
As a result, using `tzdata` version `2024b` or later will break the timezone feature in Memgraph. This could lead to incorrect handling of timezones and unexpected behavior in your application.
581
+
To avoid compatibility issues, please ensure that you are using `tzdata``v2024a` or earlier with Memgraph until libstdc++ has been updated to support the new format in tzdata.
582
+
583
+
</Callout>
584
+
577
585
### ZonedDateTime
578
586
579
587
You can create a value of the `ZonedDateTime` type from a string or a map by
0 commit comments