summaryrefslogtreecommitdiffstats
path: root/runtime/datetime.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: subseconds where not correctly extracted from a timestampRainer Gerhards2008-10-021-1/+1
| | | | | if that timestamp did not contain any subsecond information (the resulting string was garbagge but should have been "0", what it now is).
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-121-3/+14
| | | | | | | Conflicts: runtime/datetime.h runtime/rsyslog.h
* added new property replacer option "time-subseconds"Rainer Gerhards2008-06-061-0/+40
| | | | enables to query just the subsecond part of a high-precision timestamp
* moved files to the runtimeRainer Gerhards2008-04-161-0/+630
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.