1
0
Fork 0

formulierung

This commit is contained in:
Patrick Huber 2014-11-26 12:19:12 +01:00 committed by Thomas Schmidts
parent 546e472594
commit 50b08dbb31
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
!CHAPTER Date functions
AQL offers functionality to work with dates. Dates are no datatypes of their own in
AQL (neither they are in JSON, which is often used as a format to ship data into and
AQL (neither are they in JSON, which is often used as a format to ship data into and
out of ArangoDB). Instead, dates in AQL are internally represented by either numbers
(timestamps) or strings. The date functions in AQL provide mechanisms to convert from
a numeric timestamp to a string representation and vice versa.