Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Timestamp.timetz#

Timestamp.timetz()#

Return time object with same time and tzinfo.

Examples

>>>ts=pd.Timestamp('2023-01-01 10:00:00',tz='Europe/Brussels')>>>tsTimestamp('2023-01-01 10:00:00+0100', tz='Europe/Brussels')>>>ts.timetz()datetime.time(10, 0, tzinfo=<DstTzInfo 'Europe/Brussels' CET+1:00:00 STD>)

[8]ページ先頭

©2009-2025 Movatter.jp