Skip to content
/ rfc3339 Public
forked from kajiiiro/rfc3339

This program parse rfc3339 format, and create rfc3339 format.

Notifications You must be signed in to change notification settings

mprync/rfc3339

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfc3339

This program parse rfc3339 format, and create rfc3339 format.

But this program does not support millisecond format.

・YYYY-MM-DDTHH:MM:SSZ

・YYYY-MM-DDTHH:MM:SS+HH:MM

・YYYY-MM-DDTHH:MM:SS-HH:MM

・YYYY-MM-DDTHH:MM:SS.sssZ(not support)

・YYYY-MM-DDTHH:MM:SS.sss+HH:MM(not support)

・YYYY-MM-DDTHH:MM:SS.sss-HH:MM(not support)

If you want to use, please exec 'make'.

This program does not have the other dependancy(but c++ normal dependancy).

In future, I'll use Regex. So, this program will support all formats.

About

This program parse rfc3339 format, and create rfc3339 format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • Makefile 3.9%