Page MenuHomeDevCentral

D1671.id.diff
No OneTemporary

D1671.id.diff

diff --git a/src/LogEntry.php b/src/LogEntry.php
--- a/src/LogEntry.php
+++ b/src/LogEntry.php
@@ -25,7 +25,7 @@
///
public function __construct () {
- $this->date = self::get_current_timestamp();
+ $this->date = self::getCurrentTimestamp();
}
///
@@ -33,7 +33,7 @@
///
// Helper methods
- private static function get_current_timestamp () : string {
+ private static function getCurrentTimestamp () : string {
// Nasqueron log format: 2016-02-13T23:14:00Z (with a final Z for UTC)
return str_replace("+00:00", "Z", gmdate('c'));
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 14:08 (5 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260318
Default Alt Text
D1671.id.diff (611 B)

Event Timeline