mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
Docs: fix typo
This commit is contained in:
parent
438da67209
commit
7f04d4dc63
@ -1878,7 +1878,7 @@ Adding a number to a DateTime object yields a new DateTime object that is in the
|
||||
Example:
|
||||
|
||||
```
|
||||
var dt = DateTime() + 24 * 60 60 /* Current time plus 24 hours */
|
||||
var dt = DateTime() + 24 * 60 * 60 /* Current time plus 24 hours */
|
||||
```
|
||||
|
||||
### DateTime#format <a id="datetime-format"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user