mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix FormattedDate timezone bug (#681)
This commit is contained in:
@@ -28,6 +28,9 @@ const markup = `
|
||||
* Show rating as stars in scene page.
|
||||
* Add reload scrapers button.
|
||||
|
||||
### 🐛 Bug fixes
|
||||
* Fix formatted dates using incorrect timezone.
|
||||
|
||||
`;
|
||||
|
||||
export default () => <ReactMarkdown source={markup} />;
|
||||
|
||||
Reference in New Issue
Block a user