Skip to content

Commit d92a62c

Browse files
committed
update warning on procedure page
1 parent 8ad77d3 commit d92a62c

File tree

1 file changed

+7
-2
lines changed
  • pages/advanced-algorithms/available-algorithms

1 file changed

+7
-2
lines changed

pages/advanced-algorithms/available-algorithms/date.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,13 @@ name, as listed for
6262

6363
<Callout type="warning">
6464

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.
6772

6873
</Callout>
6974

0 commit comments

Comments
 (0)