Skip to content

Migrate processDate to java.time.LocalDateTime #7

Description

@dmitri-carpov

Motivation

Having access to the java.time API for the processingDate without additional date conversions.

Input

processingDate of java.util.Date type.

Output

Test

val aStage = AnyStage withContext { context: ProcessContext =>
  context.processingDate // check if this is actually java.time.LocalDateTime
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions