Reverting datetime format change for now.

This commit is contained in:
lotodore
2010-07-14 14:40:32 +00:00
parent 18613a2cb5
commit cabf70b43f
+1 -1
View File
@@ -33,7 +33,7 @@ struct DBPlayerData
DB_id id;
std::string secret;
std::string country;
time_t last_login;
std::string last_login;
};
#endif