mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
Added a leap second test to test517
This commit is contained in:
parent
0215f7cb4d
commit
43ce5580a8
2 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "memdebug.h"
|
||||
|
||||
static const char *dates[]={
|
||||
static const char * const dates[]={
|
||||
"Sun, 06 Nov 1994 08:49:37 GMT",
|
||||
"Sunday, 06-Nov-94 08:49:37 GMT",
|
||||
"Sun Nov 6 08:49:37 1994",
|
||||
|
|
@ -115,6 +115,7 @@ static const char *dates[]={
|
|||
"20110623 56:34:56",
|
||||
"20111323 12:34:56",
|
||||
"20110623 12:34:79",
|
||||
"Wed, 31 Dec 2008 23:59:60 GMT", /* leap second */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue