Skip to content

Commit 7dded76

Browse files
authored
Merge pull request #32 from 15g-lucas/timezone
Add timezone Doc
2 parents 78a34d6 + 6279e71 commit 7dded76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/2.extensions/datetime.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ $faker->dateTime(fromTimestamp: '-30 years', toTimestamp: 'now'); // DateTime {
1414
```php
1515
$faker->timestamp(fromTimestamp: '-30 years', toTimestamp: 'now'); // 1584424687
1616
```
17+
18+
## Timezone
19+
20+
```php
21+
$faker->timezone(); // Europe/Stockholm
22+
```

0 commit comments

Comments
 (0)