OpenSolaris Demo: Time Slider in OpenSolaris 2008.11


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS OpenSolaris Demo: Time Slider in OpenSolaris 2008.11
# 1  
Old 07-23-2009
OpenSolaris Demo: Time Slider in OpenSolaris 2008.11

In this webcast, Roman Strobl demonstrates the ZFS Time Slider functionality that allows instant rollback and point-in-time snapshots.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Time.gmTime(3kaya)					       Kaya module reference						Time.gmTime(3kaya)

NAME
Time::gmTime - Convert a time to GMT. SYNOPSIS
Time gmTime( Int secs=now() ) ARGUMENTS
secs The number of seconds since Jan 1 1970. This argument is optional and defaults to the current time. DESCRIPTION
Converts a time expressed in seconds since Jan 1 1970 to a Time.Time(3kaya) , using the GMT timezone. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Time.Time(3kaya) Time.localTime(3kaya) Time.mkTime(3kaya) Time.time(3kaya) Kaya October 2012 Time.gmTime(3kaya)