Doc use : Tue Apr 07 22:52:51 +0000 2009
as an example.
Can anyone identify the rfc?
Cheers
相关问题
- Rails how to handle error and exceptions in model
- convert string to DateTime in C# with EDT at the e
- Jackson to deserialize Joda LocalDate from ISO Dat
- SQL - Convert Time Series Events into On/Off Pairs
- @DateTimeFormat in Spring produces off-by-one day
相关文章
- How to truncate seconds in TSQL?
- How to remove seconds from datetime?
- OLS with pandas: datetime index as predictor
- Calculate number of working days in a month [dupli
- How can I convert a OLE Automation Date value to a
- is there a callback option with twitter's “fol
- Out of bounds nanosecond timestamp
- How to serialize Xml Date only from DateTime in C#
Neither RFC 2822 nor RFC 3339 allow for separating the year from the month and day like that. If twitter was trying to be compliant, they blew it on the two most relevant IETF standards and on ISO 8601.
I can't say "there is no standard of that format" of course, because I very well may have just missed it. But when I started working with the Twitter API I did search for awhile to find the standard they are using and couldn't find a match. I ended up having to define a custom format (c#):