- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for TimeZone (0.05 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
val servedDate = Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-2)) val dateFormat: DateFormat = SimpleDateFormat("EEE dd-MMM-yyyy HH:mm:ss z", Locale.US) dateFormat.timeZone = TimeZone.getTimeZone("America/New_York") val lastModifiedString = dateFormat.format(lastModifiedDate) val servedString = dateFormat.format(servedDate) // This response should be conditionally cached.
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Oct 03 17:41:45 GMT 2025 - 116.8K bytes - Click Count (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
if (src != null) { if (sourceDominant || target.getTimezone() == null) { target.setTimezone(src); target.setLocation("timezone", source.getLocation("timezone")); } } } protected void mergeContributor_Roles( Contributor target, Contributor source, boolean sourceDominant, Map<Object, Object> context) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
docs/metrics/prometheus/grafana/bucket/minio-bucket.json
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Aug 04 01:46:49 GMT 2025 - 101.9K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<multiplicity>*</multiplicity> </association> </field> <field> <name>timezone</name> <version>3.0.0+</version> <description> <![CDATA[ The timezone the contributor is in. Typically, this is a number in the range
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)