Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for tz (0.12 sec)

  1. .github/actions/people/app/main.py

        last_month_commenters = Counter()
        three_months_commenters = Counter()
        six_months_commenters = Counter()
        one_year_commenters = Counter()
        authors: Dict[str, Author] = {}
    
        now = datetime.now(tz=timezone.utc)
        one_month_ago = now - timedelta(days=30)
        three_months_ago = now - timedelta(days=90)
        six_months_ago = now - timedelta(days=180)
        one_year_ago = now - timedelta(days=365)
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Mar 26 17:38:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/fixtures/S3Server.groovy

    import org.gradle.util.internal.TextUtil
    import org.joda.time.DateTimeZone
    import org.joda.time.format.DateTimeFormat
    import org.joda.time.format.DateTimeFormatter
    import org.joda.time.tz.FixedDateTimeZone
    
    import javax.servlet.ServletException
    import javax.servlet.http.HttpServletRequest
    import javax.servlet.http.HttpServletResponse
    import java.security.MessageDigest
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    org.tw
    idv.tw
    game.tw
    ebiz.tw
    club.tw
    網路.tw
    組織.tw
    商業.tw
    
    // tz : http://www.tznic.or.tz/index.php/domains
    // Submitted by registry <******@****.***.tz>
    tz
    ac.tz
    co.tz
    go.tz
    hotel.tz
    info.tz
    me.tz
    mil.tz
    mobi.tz
    ne.tz
    or.tz
    sc.tz
    tv.tz
    
    // ua : https://hostmaster.ua/policy/?ua
    // Submitted by registry <******@****.***>
    ua
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
  4. android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

          System.setSecurityManager(oldSecurityManager);
        }
      }
    
      private void doTestExistsThrowsSecurityException() throws IOException, URISyntaxException {
        File file = null;
        // In Java 9, Logger may read the TZ database. Only disallow reading the class path URLs.
        final PermissionCollection readClassPathFiles =
            new FilePermission("", "read").newPermissionCollection();
        for (URL url : ClassPath.parseJavaClassPath()) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 26 14:02:27 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/sourceparser/RegexBackedCSourceParserTest.groovy

            'A ( _b )'                                         | 'A'     | [token('_b')]
            'A ( _b(c) )'                                      | 'A'     | [expression('_b(c)')]
            ' \tA ( "a.h", <b.h>, b$(a,b,c("b.h")  ), \tZ \t)' | 'A'     | [expression('"a.h"'), expression('<b.h>'), expression('b$(a,b,c("b.h"))'), token('Z')]
            'a( a b c )'                                       | 'a'     | [tokens('a b c')]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 34.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    U�d� ���V�=|%��Ȭd+��V��㗴j�+��/����h|0g_�=Lo����ZpYC=�� ���jR�6��.�������c>�����F^W^Ct�5��l�;��^�y0)9�W��)o�~�k�8�r8[�0[�J�� ��O��N�g����t�A69��wY�w��7���=�Z�K���v��3��m�j���{%���H�͋U�:��/AD��9Z:2�&���u�2�#h���C�?�e���r�%�ֶ��;;���Tz������ӥߟ_V��6�^����V��抽[{�߽�(��W�N��ީ���~ͪ��82P����q��~��e��Q���>4V�7���b_s�E��qV��3��w����z{g�*�r��b^{��}��b㊬���i�؟�^�w_���ø�⫾�+�����׹+�0�MP�����ڋ��k�{�d����{�gP׼GS�ױ�,��Ϡvj?����������`�7|�S��5�Q�ul����3���Ϡ����b�c+7W� ���X�...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  7. src/time/time_test.go

    	defer undo()
    
    	tzWithDST, err := LoadLocation("Australia/Sydney")
    	if err != nil {
    		t.Fatalf("could not load tz 'Australia/Sydney': %v", err)
    	}
    	tzWithoutDST, err := LoadLocation("Australia/Brisbane")
    	if err != nil {
    		t.Fatalf("could not load tz 'Australia/Brisbane': %v", err)
    	}
    	tzFixed := FixedZone("FIXED_TIME", 12345)
    
    	tests := [...]struct {
    		time Time
    		want bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/go.sum

    cloud.google.com/go/compute v1.23.0 h1:tP41Zoavr8ptEqaW6j+LQOnyBBhO7OkOMAGrgLopTwY=
    cloud.google.com/go/compute v1.23.0/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM=
    cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
    cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/go.sum

    cloud.google.com/go/compute v1.23.0 h1:tP41Zoavr8ptEqaW6j+LQOnyBBhO7OkOMAGrgLopTwY=
    cloud.google.com/go/compute v1.23.0/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM=
    cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
    cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  10. src/regexp/testdata/re2-exhaustive.txt.bz2

    �P��=��0�#0�0�"� °ʵ-B��DQ�DQ�DQ�DQ�[v,;DVq��YƳ���V)Fv-�+�i]m:��a�VV��)V��V)V��V)�� �2���h��������� S6�>J�JPH  �(���ҟQQ�p�� :��Pj F��8�(�i�������h`�4�Jy)J �h'�JR42MJ"J����!UԚ�����Yf�T�l�͒Y�K6If��TZ����L�f@�2��,́MNh6� �h6����l �b��ohSB��� Z �ڶ"�VL��M UV �`6�`-Tk[Y�V�V6� ���Z�� 2TжѶ�l���`5EUm��iM*�T�����1�Sf����4��B^��i�`�� �&��F��QSB� m%(�%,ٱ��lDS�b4mb-��^f`,¨���m�mkm �>[i6�6ll?�,�^�a�J����Ê����V�֪�ٲ�J̴i }i�mPa�...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top