Skip to content

Commit

Permalink
init helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Sep 22, 2021
1 parent 64660e5 commit 40aec8e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion helpers/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,18 @@
* Copyright: 713uk13m <dev@nguyenanhung.com>
* Date: 09/22/2021
* Time: 19:11
*/
*/
if (!function_exists('iso_8601_utc_time')) {
/**
* Function iso_8601_utc_time
*
* @return string|null
* @author : 713uk13m <dev@nguyenanhung.com>
* @copyright: 713uk13m <dev@nguyenanhung.com>
* @time : 08/18/2021 57:13
*/
function iso_8601_utc_time()
{
return nguyenanhung\Libraries\DateAndTime\DateAndTime::zuluTime();
}
}

0 comments on commit 40aec8e

Please sign in to comment.