]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bfi.hxx
Updates to time parsing and setting by David Megginson.
[flightgear.git] / src / Main / bfi.hxx
index c35a36b96a2d626a944fb250e75e846c27214e6c..ac2753c8858bda2d7623edb3db8bd64d54287daa 100644 (file)
@@ -62,9 +62,12 @@ public:
   static const string &getAircraftDir ();
   static void setAircraftDir (const string &aircraftDir);
 
-  static time_t getTimeGMT ();
-  static void setTimeGMT (time_t time);
+//   static time_t getTimeGMT ();
+//   static void setTimeGMT (time_t time);
+  static const string &getDateString ();
+  static void setDateString (const string &time_string);
 
+                               // deprecated
   static const string &getGMTString ();
 
   static bool getHUDVisible ();