[PR #530] [MERGED] Fix time format string not to ignore trailing zeros #1138

Closed
opened 2026-02-26 09:33:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/530
Author: @manbokgo
Created: 10/8/2019
Status: Merged
Merged: 11/12/2019
Merged by: @NickeManarin

Base: masterHead: trailingZeroFix


📝 Commits (1)

  • d37711e Fix time format string not to ignore trailing zeros

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 ScreenToGif/Util/ClipBoard.cs (+1 -1)
📝 ScreenToGif/Windows/Editor.xaml.cs (+3 -3)

📄 Description

Small bug fix. Current time format strings remove trailing zeros on frame's filename but they are important in Windows filename order.

hh-mm-ss-FFFF => hh-mm-ss-ffff
reference


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/530 **Author:** [@manbokgo](https://github.com/manbokgo) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 11/12/2019 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `master` ← **Head:** `trailingZeroFix` --- ### 📝 Commits (1) - [`d37711e`](https://github.com/NickeManarin/ScreenToGif/commit/d37711ec1481908dbababf56bddbf74d53dc349c) Fix time format string not to ignore trailing zeros ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/Util/ClipBoard.cs` (+1 -1) 📝 `ScreenToGif/Windows/Editor.xaml.cs` (+3 -3) </details> ### 📄 Description Small bug fix. Current time format strings remove trailing zeros on frame's filename but they are important in Windows filename order. hh-mm-ss-FFFF => hh-mm-ss-ffff [reference](https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings?redirectedfrom=MSDN#FFFF_Specifier) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:33:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1138
No description provided.