Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3300537

Browse files
committed
make GetTimestamp static
1 parent 8105c34 commit 3300537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/PclExport.Sl5.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private long GetCurrentTicks()
168168
return Environment.TickCount * TimeSpan.TicksPerMillisecond;
169169
}
170170

171-
public long GetTimestamp()
171+
public static long GetTimestamp()
172172
{
173173
return DateTime.UtcNow.Ticks;
174174
}

0 commit comments

Comments
 (0)