Contents Menu Expand Light mode Dark mode Auto light/dark mode
ScalarStop documentation
Light Logo Dark Logo
  • Home
  • API Documentation
    • scalarstop.datablob
    • scalarstop.datablob_metadata
    • scalarstop.dataclasses
    • scalarstop.exceptions
    • scalarstop.hyperparams
    • scalarstop.model
    • scalarstop.model_template
    • scalarstop.pickle
    • scalarstop.tf_config
    • scalarstop.train_store
    • scalarstop.warnings

External Links

  • Offical Tutorial
  • ScalarStop on GitHub
  • ScalarStop on PyPI

scalarstop._datetime¶

Tools for measuring time.

Module Contents¶

Functions¶

utcnow() → datetime.datetime

Returns a TIMEZONE-AWARE datetime.datetime object.

utcnow() → datetime.datetime¶

Returns a TIMEZONE-AWARE datetime.datetime object.

The datetime.datetime.utcnow() function in the standard library returns a timezone-naive timestamp, which could easily be misinterpreted as being in the local (non-UTC) timezone.

Copyright © Neocrym Records Inc.

  • Neocrym.com
  • Shop
  • Careers
  • Privacy
  • Security
  • Do Not Sell My Personal Information
Contents
  • scalarstop._datetime
    • Module Contents
      • Functions
        • utcnow