Skip to content

Commit

Permalink
fix: add tz to timestamp widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Jul 21, 2020
1 parent feb3535 commit ba88503
Show file tree
Hide file tree
Showing 6 changed files with 750 additions and 13 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ JSON configuration are always optional.
Display your most recent GitHub activity

```markdown
<!--GITHUB_ACTIVITY:{"rows": 5}-->
<!--GITHUB_ACTIVITY:{"rows": 5, "raw": true}-->
```

displays as:
Expand All @@ -83,7 +83,7 @@ displays as:
Display your most recent GitHub activity

```markdown
<!--GITHUB_REPOS:{"rows": 4}-->
<!--GITHUB_REPOS:{"rows": 4, "raw": true}-->
```

displays as:
Expand Down Expand Up @@ -123,7 +123,8 @@ Tuesday, July 21st 2020, 8:52:54 am UTC

```jsonc
{
"format": "h:mm:ss" // default is ISO 8601
"format": "h:mm:ss", // default is ISO 8601,
"tz": "America/New_York" // default none (UTC)
}
```

Expand Down
Loading

0 comments on commit ba88503

Please sign in to comment.