HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/doc/libdate-manip-perl/examples/README.examples
If you have Date::Manip 5.xx installed (which is the case if you
have a perl version less than 5.010), the examples are included
in the Date::Manip man page.

If you have Date::Manip 6.xx installed, examples are included
in the Date::Manip::Examples man page, and in this directory.

This directory contains two scripts which use Date::Manip to
duplicate the functionality of two common unix scripts.

The dm_date script duplicates the functionality of the unix 'date'
command with a few differences.

   o  It does not include the functionality to set the
      system date.

   o  The date strings that can be read (using the -d
      or -f options) are anything that Date::Manip can
      parse.

   o  The format string is any string suitable for passing
      to the Date::Manip::Date::printf function.

The dm_zdump duplicates the functionality of the unix 'zdump'
command. This should be a drop-in replacement for the zdump
command except that the first two lines and the last two lines
of zdump output do not contain any useful output. The dm_zdump
command does not reproduce these lines.