Skip to content

Commit

Permalink
Merge pull request #59 from add2cal/dev
Browse files Browse the repository at this point in the history
demo page fix
  • Loading branch information
jekuer authored Feb 24, 2023
2 parents 36d2222 + 7f33fc1 commit d44740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h4>Get the iCal time zone block</h4>
<h4>Get a specific offset</h4>
<p>
Use `tzlib_get_offset(tzName, isoDate, isoTime)` to get specific offset (relative to UTC), based on a provided date and time.<br>
For example, you can provide *tzName* `'Europe/Berlin'`, *isoDate* `'2023-05-23'`, and *isoTime* `'15:45'` in order to retrieve the offset, which applies for this time zone at the 23rd of May in 2023 at exactly 15:45.
For example, you can provide <b>tzName</b> 'Europe/Berlin', <b>isoDate</b> '2023-05-23', and <b>isoTime</b> '15:45' in order to retrieve the offset, which applies for this time zone at the 23rd of May in 2023 at exactly 15:45.
</p>

<hr>
Expand Down

0 comments on commit d44740d

Please sign in to comment.