Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
giacomini
/
date
Public
forked from
HowardHinnant/date
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
date
date.h
on
v2.2
User selector
All users
All time
Commit history
Commits on Jun 17, 2017
Make to_stream and from_stream return a stream reference
HowardHinnant
committed
012f2c6
View commit details
Copy full SHA for 012f2c6
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
Add Alloc parameter to basic_string in two places
HowardHinnant
committed
ccd857f
View commit details
Copy full SHA for ccd857f
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
Set failbit instead of throw within to_stream
Show description for ec412a1
HowardHinnant
committed
ec412a1
View commit details
Copy full SHA for ec412a1
View code at this point
Browse repository at this point
Commits on Jun 12, 2017
Silence sign conversion warnings
HowardHinnant
committed
aa4dafc
View commit details
Copy full SHA for aa4dafc
View code at this point
Browse repository at this point
Commits on May 21, 2017
Work around EDG 4.11 front end bug.
HowardHinnant
committed
9c9ddeb
View commit details
Copy full SHA for 9c9ddeb
View code at this point
Browse repository at this point
Fail if you need a valid year and don't parse one.
HowardHinnant
committed
0fb3921
View commit details
Copy full SHA for 0fb3921
View code at this point
Browse repository at this point
Commits on May 8, 2017
changes for compatibility with Clang with Microsoft CodeGen (v140_clang_c2):
Show description for 83c8b4d
Tullio Menga
authored and
HowardHinnant
committed
83c8b4d
View commit details
Copy full SHA for 83c8b4d
View code at this point
Browse repository at this point
Commits on May 7, 2017
Tweak white space parsing rules (again):
Show description for f493bd6
HowardHinnant
committed
f493bd6
View commit details
Copy full SHA for f493bd6
View code at this point
Browse repository at this point
Commits on May 5, 2017
Reset command, width and modified for %n and %t in from_stream.
HowardHinnant
committed
cf0481b
View commit details
Copy full SHA for cf0481b
View code at this point
Browse repository at this point
Commits on May 4, 2017
Don't skip white space by default in from_stream.
Show description for f57432d
HowardHinnant
committed
f57432d
View commit details
Copy full SHA for f57432d
View code at this point
Browse repository at this point
Fix type-o in to_stream duration overload.
HowardHinnant
committed
e8f0dca
View commit details
Copy full SHA for e8f0dca
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Make parse fail if fmt string is not completely consumed.
HowardHinnant
committed
2f8997d
View commit details
Copy full SHA for 2f8997d
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Move chrono_io.h functionality into date.h.
HowardHinnant
committed
d154911
View commit details
Copy full SHA for d154911
View code at this point
Browse repository at this point
Commits on Apr 13, 2017
Restrict parse of %Z to valid timezone names and abbrev.
HowardHinnant
committed
2c094f5
View commit details
Copy full SHA for 2c094f5
View code at this point
Browse repository at this point
Parse should fail if fmt string is not consumed.
HowardHinnant
committed
096bad2
View commit details
Copy full SHA for 096bad2
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
Add range checking for the time-of-day fields during parse.
Show description for 4f27361
HowardHinnant
committed
4f27361
View commit details
Copy full SHA for 4f27361
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
Minor tweaks.
HowardHinnant
committed
3daf8c1
View commit details
Copy full SHA for 3daf8c1
View code at this point
Browse repository at this point
Commits on Apr 1, 2017
Ignore GCC warnings.
Show description for c4c2550
Florian Dang
authored and
HowardHinnant
committed
c4c2550
View commit details
Copy full SHA for c4c2550
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
Fix formatting bug for utc_time.
HowardHinnant
committed
d29cd4e
View commit details
Copy full SHA for d29cd4e
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Enable parse and format for more types:
Show description for 3495c51
HowardHinnant
committed
3495c51
View commit details
Copy full SHA for 3495c51
View code at this point
Browse repository at this point
Commits on Mar 18, 2017
Allow parsing %Ez to parse only 1 hour digit.
HowardHinnant
committed
dbee0e7
View commit details
Copy full SHA for dbee0e7
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
Make time_of_day default constructor non-explicit.
Show description for 9e1120c
HowardHinnant
committed
9e1120c
View commit details
Copy full SHA for 9e1120c
View code at this point
Browse repository at this point
Added Alloc argument to template parameters to support custom allocators in from_stream
gaspardpetit
authored and
HowardHinnant
committed
f4292e6
View commit details
Copy full SHA for f4292e6
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Fixes minor typos in comments - no actual change to code
Gaspard Petit
authored and
HowardHinnant
committed
a811a20
View commit details
Copy full SHA for a811a20
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
Add from_stream
HowardHinnant
committed
3df4342
View commit details
Copy full SHA for 3df4342
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
Simplify the implementation of format and parse:
Show description for 1e7e7a2
HowardHinnant
committed
1e7e7a2
View commit details
Copy full SHA for 1e7e7a2
View code at this point
Browse repository at this point
Add format and parse to tai_time, gps_time, year_month_day
HowardHinnant
committed
ffc8cd0
View commit details
Copy full SHA for ffc8cd0
View code at this point
Browse repository at this point
Rewrite format and parse in terms of detail::fields<Duration>
Show description for e9d36c6
HowardHinnant
committed
e9d36c6
View commit details
Copy full SHA for e9d36c6
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Work around {} bug for older compilers
HowardHinnant
committed
5c09ae7
View commit details
Copy full SHA for 5c09ae7
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Correct the return type on two format overloads
HowardHinnant
committed
800ae14
View commit details
Copy full SHA for 800ae14
View code at this point
Browse repository at this point
Commits on Jan 28, 2017
Add format and parse overloads for durations
HowardHinnant
committed
3a98809
View commit details
Copy full SHA for 3a98809
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Work around VS-2015 bug
HowardHinnant
committed
2b8e656
View commit details
Copy full SHA for 2b8e656
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
Enable CONSTCD14 for VS2017
invexed
authored and
HowardHinnant
committed
186dbb2
View commit details
Copy full SHA for 186dbb2
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Add support for unsigned-based durations in time_of_day
HowardHinnant
committed
49a59e5
View commit details
Copy full SHA for 49a59e5
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Use CONSTDATA in function parse making compiler without constexpr support happy
lohrun
authored and
HowardHinnant
committed
41093d0
View commit details
Copy full SHA for 41093d0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.