Home
last modified time | relevance | path

Searched refs:EPOCH_SECONDS (Results 1 – 25 of 70) sorted by relevance

123

/dports/security/vault/aws-sdk-go-v2-1.5.0/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS:
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DJsonShapeSerVisitor.java61 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DDocumentMemberSerVisitor.java167 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeDeserVisitor.java57 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/
H A DDocumentMemberSerVisitor.java148 case EPOCH_SECONDS: in timestampShape()
H A DJsonShapeDeserVisitor.java56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
H A DJsonShapeSerVisitor.java60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
/dports/databases/py-pg8000-112/pg8000-1.12.5/pg8000/
H A Dcore.py595 EPOCH_SECONDS = timegm(EPOCH.timetuple()) variable
616 return Datetime.utcfromtimestamp(EPOCH_SECONDS + d_unpack(data, offset)[0])
622 int((timegm(v.timetuple()) - EPOCH_SECONDS) * 1e6) + v.microsecond)
627 return d_pack(timegm(v.timetuple()) + v.microsecond / 1e6 - EPOCH_SECONDS)

123