Update documentation for strict-rfc3339

pull/2/head
Daniel Richman 2013-03-25 23:42:34 +00:00
rodzic 0caa9762a6
commit fffaf112c7
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -20,9 +20,11 @@ Building dependencies
You will need these dependencies: You will need these dependencies:
- [libcURL](http://curl.haxx.se/) - [libcURL](http://curl.haxx.se/)
- habitat (for habitat.utils.rfc3339, to test the Uploader.) - [OpenSSL](http://www.openssl.org/)
- habitat (for habitat.views, to test the Uploader.)
- strict-rfc3339 (also to test the Uploader)
You can build them from source or find install the libcurl4-openssl-dev package You can build them from source or install the libcurl4-openssl-dev package
on Debian based systems. on Debian based systems.
JsonCPP JsonCPP

Wyświetl plik

@ -18,7 +18,7 @@ public:
}; };
/* /*
* This is basically a clone of habitat.utils.rfc3339, except all timestamps * This is basically a clone of strict-rfc3339, except all timestamps
* are time_t (may have restrictions on 32 bit, and they cannot be floats * are time_t (may have restrictions on 32 bit, and they cannot be floats
* like they can in python) * like they can in python)
* *