This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
daweiboshi
/
weapp-api
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f009936a3c
Rami (Branch)
Tag
master
weapp-api
/
app
/
helpers.php
helpers.php
63 B
Cronologia
Originale
1
2
3
4
5
6
<?php
function now($tz = null)
{
return Date::now($tz);
}