YAPOG  0.0.1
Yet Another Pokemon Online Game
DateTimeHelper.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  {
7  return DateTime (boost::posix_time::second_clock::local_time ());
8  }
9 
10 } // namespace yap