Skip to content

Commit 37fbdda

Browse files
authored
Merge pull request #56 from intersystems-community/dstime
dstime parameter added
2 parents b42f27c + af40ba3 commit 37fbdda

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)