File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
pages/advanced-algorithms/available-algorithms Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,13 @@ name, as listed for
62
62
63
63
<Callout type = " warning" >
64
64
65
- An incompatibility has been introduced as of ` tzdata ` version ` 2024b ` .
66
- More info can be found at [ Database timezone] ( /fundamentals/data-types#database-timezone ) .
65
+ Starting with ` tzdata ` version ` 2024b ` , its format has changed and an
66
+ incompatibility with the current libstdc++ has been introduced. As a result,
67
+ using ` tzdata ` version ` 2024b ` or later will break the timezone feature in
68
+ Memgraph. This could lead to incorrect handling of timezones and unexpected
69
+ behavior in your application. To avoid compatibility issues, please ensure that
70
+ you are using ` tzdata ` ` v2024a ` or earlier with Memgraph until libstdc++ has
71
+ been updated to support the new format in tzdata.
67
72
68
73
</Callout >
69
74
You can’t perform that action at this time.
0 commit comments