Skip to content

Commit

Permalink
add timezone to time format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Sep 14, 2024
1 parent 440bdbb commit 0a09e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimplestatsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class SimplestatsClient
{
const TIME_FORMAT = 'Y-m-d';
const TIME_FORMAT = 'Y-m-d H:i:s P';

public function trackVisitor(): PendingDispatch
{
Expand Down

0 comments on commit 0a09e6b

Please sign in to comment.