@@ -163,7 +163,7 @@ |
||
163 | 163 | $result = ($dateTime->format('U') * 1000000000) + ($dateTime->format('u') * 1000); |
164 | 164 | |
165 | 165 | if ($result < 0) { |
166 | - throw new InvalidMessageException("Timestamp {$dateTime->format('Y-m-d H:i:s.u')} is negative"); |
|
166 | + throw new InvalidMessageException("timestamp {$dateTime->format('Y-m-d H:i:s.u')} is negative"); |
|
167 | 167 | } |
168 | 168 | |
169 | 169 | return $result; |