REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 499 B
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php
Text
Base64
<?php /** * A provider for getting the current DateTime. */ namespace Automattic\WooCommerce\Admin\DateTimeProvider; defined( 'ABSPATH' ) || exit; use Automattic\WooCommerce\Admin\DateTimeProvider\DateTimeProviderInterface; /** * Current DateTime Provider. * * Uses the current DateTime. */ class CurrentDateTimeProvider implements DateTimeProviderInterface { /** * Returns the current DateTime. * * @return DateTime */ public function get_now() { return new \DateTime(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CurrentDateTimeProvider.php
499 B
lrw-r--r--
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DateTimeProviderInterface.php
386 B
lrw-r--r--
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).