21,893
社区成员




/**
* Get a Carbon instance for the current date and time
*
* @param DateTimeZone|string $tz
*
* @return static
*/
public static function now($tz = null)
{
return new static(null, $tz);
}