| zipios 2.3.4
    Zipios -- a small C++ library providing easy access to .zip files. | 
Implementation of the zipios::DOSDateTime class. More...

Go to the source code of this file.
| Classes | |
| union | zipios::dosdatetime_convert_t | 
| Union used to convert the uint32_t to fields and vice versa.  More... | |
| struct | zipios::dosdatetime_convert_t::fields | 
| Namespaces | |
| namespace | zipios | 
| The zipios namespace includes the Zipios library definitions. | |
| namespace | zipios::anonymous_namespace{dosdatetime.cpp} | 
| Variables | |
| int const | zipios::anonymous_namespace{dosdatetime.cpp}::g_days_in_month [12] | 
| Number of days in a month. | |
| int const | zipios::anonymous_namespace{dosdatetime.cpp}::g_ydays [12] | 
This file is the implementation of the zipios::DOSDateTime class which converts dates between Unix timestamps and DOS Date Time timestamps.
Keep in mind that the dates in a zip file use your local time, whatever that is at the time you create the file. The get/set Unix timestamp functions adjust the date to UTC as required.
Definition in file src/dosdatetime.cpp.