Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.expressions.from_unixtime#

from_unixtime(unixtime, format=None) → Expression[source]#

Converts unix timestamp (seconds since ‘1970-01-01 00:00:00’ UTC) to datetime string the given format. The default format is “yyyy-MM-dd HH:mm:ss”.

New in version 1.12.0.

previous

pyflink.table.expressions.convert_tz

next

pyflink.table.expressions.unix_timestamp

On this page
  • from_unixtime()
Show Source

Created using Sphinx 5.3.0.