Skip to content

Commit af40ba3

Browse files
committed
dstime parameter added
1 parent b42f27c commit af40ba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cls/ZPM/Analytics/Event.cls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Class ZPM.Analytics.Event Extends (%Persistent, %JSON.Adaptor)
22
{
33

4+
Parameter DSTIME = "AUTO";
5+
46
/// Server date and time, saving the data
57
Property TS As %PosixTime(%JSONINCLUDE = "none") [ SqlComputeCode = {set {*}=##class(%Library.PosixTime).CurrentTimeStamp()}, SqlComputed, SqlComputeOnChange = %%INSERT ];
68

0 commit comments

Comments
 (0)