Skip to content

Commit

Permalink
Update README.md on "@Yearly Asia/Tbilisi"
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Oct 3, 2024
1 parent d160386 commit c33a1fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ Fugit accepts a IANA timezone identifier right after a cron string:
```ruby
'5 0 * * * Europe/Rome' # 5 minutes after midnight, every day, Rome tz
'0 22 * * 1-5 Asia/Tbilisi' # at 2200 on weekdays in Georgia

'@yearly Asia/Kuala_Lumpur' # turns into '0 0 1 1 * Asia/Kuala_Lumpur'
'@monthly Asia/Jakarta' # turns into '0 0 1 * * Asia/Jakarta'
#
# those two "ats" and friends since fugit 1.11.2...
```

When no time zone is specified, fugit uses Ruby's provided timezone.
Expand Down

0 comments on commit c33a1fc

Please sign in to comment.