Skip to content

Commit bb499cd

Browse files
committed
replaced the additions page example query
1 parent a8085ce commit bb499cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ label:functionality[]
3737
label:new[]
3838
[source, cypher, role="noheader"]
3939
----
40-
WITH datetime('2024-06-27T14:30:45.123456789+02:00[Europe/Paris]') AS dt
41-
RETURN format(dt, "yyyy-MM-dd'T'HH:mm:ss.SSSZ") AS x
40+
WITH datetime('1986-11-18T6:04:45.123456789+01:00[Europe/Berlin]') AS dt
41+
RETURN format(dt, "MM/dd/yyyy") AS EU, format(dt, "dd/MM/yyyy") AS US
4242
----
4343

4444
| Cypher's new xref:functions/temporal/format.adoc[`format()]` function can create dynamically formatted string representations of temporal instance and duration types.

0 commit comments

Comments
 (0)