pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-17
2013-11-17 22:15:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3c7f17c5c4244d5d03d3d4aea04266680c92614e (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
System.TM: Fixed remaining Autodoc markup bug.
43:
*/ #if defined(HAVE_MKTIME) && defined(HAVE_GMTIME) && defined(HAVE_LOCALTIME)
-
PIKECLASS TM
+
/*! @class TM *! A wrapper for the system struct tm time keeping structure. *! This can be used as a (very) lightweight alternative to Calendar. */
-
+
PIKECLASS TM
{ CVAR struct tm t; CVAR time_t unix_time;