找回密码
 注册
查看: 7535|回复: 0

R语言:Sys.time()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-17 09:57:16 | 显示全部楼层 |阅读模式
Sys.time(base)
Sys.time()所属R语言包:base

                                        Get Current Date and Time
                                         获取当前日期和时间

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Sys.time and Sys.Date returns the system's idea of the current date with and without time.
Sys.time和Sys.Date没有时间与返回系统的当前日期的想法。


用法----------Usage----------


Sys.time()
Sys.Date()



Details

详情----------Details----------

Sys.time returns an absolute date-time value which can be converted to various time zones and may return different days.
Sys.time返回一个绝对的日期时间值可以转换为不同的时区,并可能返回不同的天。

Sys.Date returns the current day in the current timezone.
Sys.Date返回当前时区的当前日期。


值----------Value----------

Sys.time returns an object of class "POSIXct" (see DateTimeClasses).  On almost all systems it will have sub-second accuracy, possibly microseconds or better.  On Windows it increments in clock ticks (usually 1/60 of a second) reported to millisecond accuracy.
Sys.time返回一个类"POSIXct"(见DateTimeClasses)对象。在几乎所有的系统,它会分一秒的精度,可能微秒或更好。在Windows上的时钟节拍(通常是1/60秒的)增量毫秒的精度。

Sys.Date returns an object of class "Date" (see Date).
Sys.Date返回一个类的对象"Date"(见日期)。


注意----------Note----------

Sys.time may return fractional seconds, but they are ignored by the default conversions (e.g. printing) for class "POSIXct". See the examples and format.POSIXct for ways to reveal them.
Sys.time可能返回秒的小数部分,但它们将被忽略,默认转换为类"POSIXct"(例如印刷)。 format.POSIXct的方式来显示他们的例子和。


参见----------See Also----------

date for the system time in a fixed-format character string.
date在一个固定的格式字符串的系统时间。

Sys.timezone.
Sys.timezone。


举例----------Examples----------


Sys.time()
## print with possibly greater accuracy:[#可能更准确地打印:]
op <- options(digits.secs=6)
Sys.time()
options(op)

## locale-specific version of date()[#区域设置特定的日期(版)]
format(Sys.time(), "%a %b %d %X %Y")

Sys.Date()

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 06:04 , Processed in 0.028195 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表