/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 D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeDeserVisitor.java | 56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | JsonShapeSerVisitor.java | 60 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 D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeDeserVisitor.java | 56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | JsonShapeSerVisitor.java | 60 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 D | JsonShapeDeserVisitor.java | 56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS:
|
H A D | JsonShapeSerVisitor.java | 60 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 D | JsonShapeSerVisitor.java | 61 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | DocumentMemberSerVisitor.java | 167 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeDeserVisitor.java | 57 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 D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeDeserVisitor.java | 56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | JsonShapeSerVisitor.java | 60 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 D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeSerVisitor.java | 60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | JsonShapeDeserVisitor.java | 56 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 D | JsonShapeSerVisitor.java | 60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeDeserVisitor.java | 56 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 D | DocumentMemberSerVisitor.java | 148 case EPOCH_SECONDS: in timestampShape()
|
H A D | JsonShapeDeserVisitor.java | 56 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
H A D | JsonShapeSerVisitor.java | 60 private static final Format DEFAULT_TIMESTAMP_FORMAT = Format.EPOCH_SECONDS;
|
/dports/databases/py-pg8000-112/pg8000-1.12.5/pg8000/ |
H A D | core.py | 595 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)
|