source: box/trunk/lib/common/BoxTimeToText.h @ 1036

Revision 1036, 451 bytes checked in by chris, 6 years ago (diff)
  • Add option to bbackupquery list command to show times in UTC or local time (refs #3)
  • Property svn:eol-style set to native
Line 
1// --------------------------------------------------------------------------
2//
3// File
4//              Name:    BoxTimeToText.h
5//              Purpose: Convert box time to text
6//              Created: 2003/10/10
7//
8// --------------------------------------------------------------------------
9
10#ifndef BOXTIMETOTEXT__H
11#define BOXTIMETOTEXT__H
12
13#include <string>
14#include "BoxTime.h"
15
16std::string BoxTimeToISO8601String(box_time_t Time, bool localTime);
17
18#endif // BOXTIMETOTEXT__H
19
Note: See TracBrowser for help on using the repository browser.