This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Enable %Y-%b-%d %H:%M:%S.%f timestamp format (used in boost)#6
Open
krya-kryak wants to merge 1 commit intogbarr:masterfrom
Open
Enable %Y-%b-%d %H:%M:%S.%f timestamp format (used in boost)#6krya-kryak wants to merge 1 commit intogbarr:masterfrom
krya-kryak wants to merge 1 commit intogbarr:masterfrom
Conversation
Koan-Bot
added a commit
to Koan-Bot/perl-TimeDate
that referenced
this pull request
Feb 26, 2026
Add parsing support for the default C++ Boost timestamp format (e.g., "2002-Jul-22 10:00:00.000000"). This uses month name instead of month number in the date portion. Adds test cases for both abbreviated and full month names. Originally submitted as gbarr#6 by @krya-kryak Co-Authored-By: Vladimir Kononov <pono@yandex-team.ru>
Migration NoticeThis repository is no longer actively maintained. The official source has moved to atoomic/perl-TimeDate. This PR has been migrated to the new repository: Thank you @krya-kryak for the original contribution! 🤖 Automated migration by Kōan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Good night, Graham.
I've made a small change to your wonderful library, it enables parsing %Y-%b-%d %H:%M:%S.%f timestamps, de-facto default format for Boost C++ applications: https://svn.boost.org/trac/boost/ticket/8839.
This format does not seem to be standard one yet it is reasonably common.
Two additional tests are added. None of the tests look broken.
Please consider accepting my commit. Thank you.