├── .gitattributes ├── .gitignore ├── .gitmodules ├── Documentation ├── Makefile ├── Read Me.rtfd │ ├── 1037.png │ ├── Alarm window.png │ ├── Alarms window.png │ ├── Dock menu.png │ └── TXT.rtf ├── conf.py ├── index.rst └── make.bat ├── LICENSE ├── Pester to do.html ├── Checked-dark.png ├── Checked.png ├── Collapsed-dark.png ├── Collapsed.png ├── Expanded-dark.png ├── Expanded.png ├── LeafRowHandle-dark.png ├── LeafRowHandle.png ├── Mixed-dark.png ├── Mixed.png ├── OONote-dark.png ├── OONote.png ├── Pasted_Graphic.pict ├── Picture_1.png ├── Unchecked-dark.png ├── Unchecked.png ├── blank.png ├── index.html ├── jquery-3.1.0.min.js ├── outliner.js └── styles.css ├── Pester to do.ooutline ├── attachments │ ├── Pasted_Graphic.pict │ └── Picture_1.png ├── contents.xml ├── editors.xml └── previews │ └── 709x922.jpeg ├── README.md ├── Source ├── AVAsset-NJRExtensions.h ├── AVAsset-NJRExtensions.m ├── Application icon.eps ├── Application icon.icns ├── Application icon.pdf ├── Application icon.png ├── Application icon.svg ├── BDAlias.h ├── BDAlias.m ├── Base.lproj │ ├── Alarms.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── Calendar.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── MainMenu.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── Movie alert.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── Notifier.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── Preferences.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ ├── Read Me.nib │ │ ├── designable.nib │ │ ├── keyedobjects-101400.nib │ │ └── keyedobjects.nib │ ├── Snooze until.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib │ └── Volume.nib │ │ ├── designable.nib │ │ └── keyedobjects.nib ├── Calendar.pdf ├── Calendar.sketch ├── FontAwesome.otf ├── Info-Pester.plist ├── Manip.pm ├── Manip │ ├── Base.pm │ ├── DM6.pm │ ├── Date.pm │ ├── Delta.pm │ ├── Lang │ │ ├── catalan.pm │ │ ├── danish.pm │ │ ├── dutch.pm │ │ ├── english.pm │ │ ├── finnish.pm │ │ ├── french.pm │ │ ├── german.pm │ │ ├── index.pm │ │ ├── italian.pm │ │ ├── norwegian.pm │ │ ├── polish.pm │ │ ├── portugue.pm │ │ ├── romanian.pm │ │ ├── russian.pm │ │ ├── spanish.pm │ │ ├── swedish.pm │ │ └── turkish.pm │ ├── Obj.pm │ ├── Offset │ │ ├── off000.pm │ │ ├── off001.pm │ │ ├── off002.pm │ │ ├── off003.pm │ │ ├── off004.pm │ │ ├── off005.pm │ │ ├── off006.pm │ │ ├── off007.pm │ │ ├── off008.pm │ │ ├── off009.pm │ │ ├── off010.pm │ │ ├── off011.pm │ │ ├── off012.pm │ │ ├── off013.pm │ │ ├── off014.pm │ │ ├── off015.pm │ │ ├── off016.pm │ │ ├── off017.pm │ │ ├── off018.pm │ │ ├── off019.pm │ │ ├── off020.pm │ │ ├── off021.pm │ │ ├── off022.pm │ │ ├── off023.pm │ │ ├── off024.pm │ │ ├── off025.pm │ │ ├── off026.pm │ │ ├── off027.pm │ │ ├── off028.pm │ │ ├── off029.pm │ │ ├── off030.pm │ │ ├── off031.pm │ │ ├── off032.pm │ │ ├── off033.pm │ │ ├── off034.pm │ │ ├── off035.pm │ │ ├── off036.pm │ │ ├── off037.pm │ │ ├── off038.pm │ │ ├── off039.pm │ │ ├── off040.pm │ │ ├── off041.pm │ │ ├── off042.pm │ │ ├── off043.pm │ │ ├── off044.pm │ │ ├── off045.pm │ │ ├── off046.pm │ │ ├── off047.pm │ │ ├── off048.pm │ │ ├── off049.pm │ │ ├── off050.pm │ │ ├── off051.pm │ │ ├── off052.pm │ │ ├── off053.pm │ │ ├── off054.pm │ │ ├── off055.pm │ │ ├── off056.pm │ │ ├── off057.pm │ │ ├── off058.pm │ │ ├── off059.pm │ │ ├── off060.pm │ │ ├── off061.pm │ │ ├── off062.pm │ │ ├── off063.pm │ │ ├── off064.pm │ │ ├── off065.pm │ │ ├── off066.pm │ │ ├── off067.pm │ │ ├── off068.pm │ │ ├── off069.pm │ │ ├── off070.pm │ │ ├── off071.pm │ │ ├── off072.pm │ │ ├── off073.pm │ │ ├── off074.pm │ │ ├── off075.pm │ │ ├── off076.pm │ │ ├── off077.pm │ │ ├── off078.pm │ │ ├── off079.pm │ │ ├── off080.pm │ │ ├── off081.pm │ │ ├── off082.pm │ │ ├── off083.pm │ │ ├── off084.pm │ │ ├── off085.pm │ │ ├── off086.pm │ │ ├── off087.pm │ │ ├── off088.pm │ │ ├── off089.pm │ │ ├── off090.pm │ │ ├── off091.pm │ │ ├── off092.pm │ │ ├── off093.pm │ │ ├── off094.pm │ │ ├── off095.pm │ │ ├── off096.pm │ │ ├── off097.pm │ │ ├── off098.pm │ │ ├── off099.pm │ │ ├── off100.pm │ │ ├── off101.pm │ │ ├── off102.pm │ │ ├── off103.pm │ │ ├── off104.pm │ │ ├── off105.pm │ │ ├── off106.pm │ │ ├── off107.pm │ │ ├── off108.pm │ │ ├── off109.pm │ │ ├── off110.pm │ │ ├── off111.pm │ │ ├── off112.pm │ │ ├── off113.pm │ │ ├── off114.pm │ │ ├── off115.pm │ │ ├── off116.pm │ │ ├── off117.pm │ │ ├── off118.pm │ │ ├── off119.pm │ │ ├── off120.pm │ │ ├── off121.pm │ │ ├── off122.pm │ │ ├── off123.pm │ │ ├── off124.pm │ │ ├── off125.pm │ │ ├── off126.pm │ │ ├── off127.pm │ │ ├── off128.pm │ │ ├── off129.pm │ │ ├── off130.pm │ │ ├── off131.pm │ │ ├── off132.pm │ │ ├── off133.pm │ │ ├── off134.pm │ │ ├── off135.pm │ │ ├── off136.pm │ │ ├── off137.pm │ │ ├── off138.pm │ │ ├── off139.pm │ │ ├── off140.pm │ │ ├── off141.pm │ │ ├── off142.pm │ │ ├── off143.pm │ │ ├── off144.pm │ │ ├── off145.pm │ │ ├── off146.pm │ │ ├── off147.pm │ │ ├── off148.pm │ │ ├── off149.pm │ │ ├── off150.pm │ │ ├── off151.pm │ │ ├── off152.pm │ │ ├── off153.pm │ │ ├── off154.pm │ │ ├── off155.pm │ │ ├── off156.pm │ │ ├── off157.pm │ │ ├── off158.pm │ │ ├── off159.pm │ │ ├── off160.pm │ │ ├── off161.pm │ │ ├── off162.pm │ │ ├── off163.pm │ │ ├── off164.pm │ │ ├── off165.pm │ │ ├── off166.pm │ │ ├── off167.pm │ │ ├── off168.pm │ │ ├── off169.pm │ │ ├── off170.pm │ │ ├── off171.pm │ │ ├── off172.pm │ │ ├── off173.pm │ │ ├── off174.pm │ │ ├── off175.pm │ │ ├── off176.pm │ │ ├── off177.pm │ │ ├── off178.pm │ │ ├── off179.pm │ │ ├── off180.pm │ │ ├── off181.pm │ │ ├── off182.pm │ │ ├── off183.pm │ │ ├── off184.pm │ │ ├── off185.pm │ │ ├── off186.pm │ │ ├── off187.pm │ │ ├── off188.pm │ │ ├── off189.pm │ │ ├── off190.pm │ │ ├── off191.pm │ │ ├── off192.pm │ │ ├── off193.pm │ │ ├── off194.pm │ │ ├── off195.pm │ │ ├── off196.pm │ │ ├── off197.pm │ │ ├── off198.pm │ │ ├── off199.pm │ │ ├── off200.pm │ │ ├── off201.pm │ │ ├── off202.pm │ │ ├── off203.pm │ │ ├── off204.pm │ │ ├── off205.pm │ │ ├── off206.pm │ │ ├── off207.pm │ │ ├── off208.pm │ │ ├── off209.pm │ │ ├── off210.pm │ │ ├── off211.pm │ │ ├── off212.pm │ │ ├── off213.pm │ │ ├── off214.pm │ │ ├── off215.pm │ │ ├── off216.pm │ │ ├── off217.pm │ │ ├── off218.pm │ │ ├── off219.pm │ │ ├── off220.pm │ │ ├── off221.pm │ │ ├── off222.pm │ │ ├── off223.pm │ │ ├── off224.pm │ │ ├── off225.pm │ │ ├── off226.pm │ │ ├── off227.pm │ │ ├── off228.pm │ │ ├── off229.pm │ │ ├── off230.pm │ │ ├── off231.pm │ │ ├── off232.pm │ │ ├── off233.pm │ │ ├── off234.pm │ │ ├── off235.pm │ │ ├── off236.pm │ │ ├── off237.pm │ │ ├── off238.pm │ │ ├── off239.pm │ │ ├── off240.pm │ │ ├── off241.pm │ │ ├── off242.pm │ │ ├── off243.pm │ │ ├── off244.pm │ │ ├── off245.pm │ │ ├── off246.pm │ │ ├── off247.pm │ │ ├── off248.pm │ │ ├── off249.pm │ │ ├── off250.pm │ │ ├── off251.pm │ │ ├── off252.pm │ │ ├── off253.pm │ │ ├── off254.pm │ │ ├── off255.pm │ │ ├── off256.pm │ │ ├── off257.pm │ │ ├── off258.pm │ │ ├── off259.pm │ │ ├── off260.pm │ │ ├── off261.pm │ │ ├── off262.pm │ │ ├── off263.pm │ │ ├── off264.pm │ │ ├── off265.pm │ │ ├── off266.pm │ │ ├── off267.pm │ │ ├── off268.pm │ │ ├── off269.pm │ │ ├── off270.pm │ │ ├── off271.pm │ │ ├── off272.pm │ │ ├── off273.pm │ │ ├── off274.pm │ │ ├── off275.pm │ │ ├── off276.pm │ │ ├── off277.pm │ │ ├── off278.pm │ │ ├── off279.pm │ │ ├── off280.pm │ │ ├── off281.pm │ │ ├── off282.pm │ │ ├── off283.pm │ │ ├── off284.pm │ │ ├── off285.pm │ │ ├── off286.pm │ │ ├── off287.pm │ │ ├── off288.pm │ │ ├── off289.pm │ │ ├── off290.pm │ │ ├── off291.pm │ │ ├── off292.pm │ │ ├── off293.pm │ │ ├── off294.pm │ │ ├── off295.pm │ │ ├── off296.pm │ │ ├── off297.pm │ │ ├── off298.pm │ │ ├── off299.pm │ │ ├── off300.pm │ │ ├── off301.pm │ │ ├── off302.pm │ │ ├── off303.pm │ │ ├── off304.pm │ │ ├── off305.pm │ │ ├── off306.pm │ │ ├── off307.pm │ │ ├── off308.pm │ │ ├── off309.pm │ │ ├── off310.pm │ │ ├── off311.pm │ │ ├── off312.pm │ │ ├── off313.pm │ │ ├── off314.pm │ │ ├── off315.pm │ │ ├── off316.pm │ │ ├── off317.pm │ │ ├── off318.pm │ │ ├── off319.pm │ │ ├── off320.pm │ │ ├── off321.pm │ │ ├── off322.pm │ │ ├── off323.pm │ │ ├── off324.pm │ │ ├── off325.pm │ │ ├── off326.pm │ │ ├── off327.pm │ │ ├── off328.pm │ │ ├── off329.pm │ │ ├── off330.pm │ │ ├── off331.pm │ │ ├── off332.pm │ │ ├── off333.pm │ │ ├── off334.pm │ │ ├── off335.pm │ │ ├── off336.pm │ │ ├── off337.pm │ │ ├── off338.pm │ │ ├── off339.pm │ │ ├── off340.pm │ │ ├── off341.pm │ │ ├── off342.pm │ │ ├── off343.pm │ │ ├── off344.pm │ │ ├── off345.pm │ │ ├── off346.pm │ │ ├── off347.pm │ │ ├── off348.pm │ │ ├── off349.pm │ │ ├── off350.pm │ │ ├── off351.pm │ │ ├── off352.pm │ │ ├── off353.pm │ │ ├── off354.pm │ │ ├── off355.pm │ │ ├── off356.pm │ │ ├── off357.pm │ │ ├── off358.pm │ │ ├── off359.pm │ │ ├── off360.pm │ │ ├── off361.pm │ │ ├── off362.pm │ │ ├── off363.pm │ │ ├── off364.pm │ │ ├── off365.pm │ │ ├── off366.pm │ │ ├── off367.pm │ │ ├── off368.pm │ │ ├── off369.pm │ │ ├── off370.pm │ │ ├── off371.pm │ │ ├── off372.pm │ │ ├── off373.pm │ │ ├── off374.pm │ │ ├── off375.pm │ │ ├── off376.pm │ │ ├── off377.pm │ │ ├── off378.pm │ │ ├── off379.pm │ │ ├── off380.pm │ │ ├── off381.pm │ │ ├── off382.pm │ │ ├── off383.pm │ │ ├── off384.pm │ │ ├── off385.pm │ │ ├── off386.pm │ │ ├── off387.pm │ │ ├── off388.pm │ │ ├── off389.pm │ │ ├── off390.pm │ │ ├── off391.pm │ │ ├── off392.pm │ │ ├── off393.pm │ │ ├── off394.pm │ │ ├── off395.pm │ │ ├── off396.pm │ │ ├── off397.pm │ │ ├── off398.pm │ │ ├── off399.pm │ │ ├── off400.pm │ │ ├── off401.pm │ │ ├── off402.pm │ │ ├── off403.pm │ │ ├── off404.pm │ │ ├── off405.pm │ │ ├── off406.pm │ │ ├── off407.pm │ │ ├── off408.pm │ │ ├── off409.pm │ │ ├── off410.pm │ │ ├── off411.pm │ │ ├── off412.pm │ │ ├── off413.pm │ │ ├── off414.pm │ │ ├── off415.pm │ │ ├── off416.pm │ │ ├── off417.pm │ │ ├── off418.pm │ │ ├── off419.pm │ │ ├── off420.pm │ │ ├── off421.pm │ │ ├── off422.pm │ │ ├── off423.pm │ │ ├── off424.pm │ │ ├── off425.pm │ │ ├── off426.pm │ │ ├── off427.pm │ │ ├── off428.pm │ │ ├── off429.pm │ │ ├── off430.pm │ │ ├── off431.pm │ │ ├── off432.pm │ │ ├── off433.pm │ │ ├── off434.pm │ │ ├── off435.pm │ │ ├── off436.pm │ │ ├── off437.pm │ │ ├── off438.pm │ │ ├── off439.pm │ │ ├── off440.pm │ │ ├── off441.pm │ │ ├── off442.pm │ │ ├── off443.pm │ │ ├── off444.pm │ │ ├── off445.pm │ │ ├── off446.pm │ │ ├── off447.pm │ │ ├── off448.pm │ │ ├── off449.pm │ │ ├── off450.pm │ │ ├── off451.pm │ │ ├── off452.pm │ │ ├── off453.pm │ │ ├── off454.pm │ │ ├── off455.pm │ │ ├── off456.pm │ │ ├── off457.pm │ │ ├── off458.pm │ │ ├── off459.pm │ │ ├── off460.pm │ │ ├── off461.pm │ │ ├── off462.pm │ │ ├── off463.pm │ │ ├── off464.pm │ │ ├── off465.pm │ │ ├── off466.pm │ │ ├── off467.pm │ │ ├── off468.pm │ │ ├── off469.pm │ │ ├── off470.pm │ │ ├── off471.pm │ │ ├── off472.pm │ │ ├── off473.pm │ │ ├── off474.pm │ │ ├── off475.pm │ │ ├── off476.pm │ │ ├── off477.pm │ │ ├── off478.pm │ │ ├── off479.pm │ │ ├── off480.pm │ │ ├── off481.pm │ │ ├── off482.pm │ │ ├── off483.pm │ │ ├── off484.pm │ │ ├── off485.pm │ │ ├── off486.pm │ │ ├── off487.pm │ │ ├── off488.pm │ │ └── off489.pm │ ├── Recur.pm │ ├── TZ.pm │ ├── TZ │ │ ├── a00.pm │ │ ├── afabid00.pm │ │ ├── afaccr00.pm │ │ ├── afaddi00.pm │ │ ├── afalgi00.pm │ │ ├── afasma00.pm │ │ ├── afbama00.pm │ │ ├── afbang00.pm │ │ ├── afbanj00.pm │ │ ├── afbiss00.pm │ │ ├── afblan00.pm │ │ ├── afbraz00.pm │ │ ├── afbuju00.pm │ │ ├── afcair00.pm │ │ ├── afcasa00.pm │ │ ├── afceut00.pm │ │ ├── afcona00.pm │ │ ├── afdaka00.pm │ │ ├── afdar_00.pm │ │ ├── afdjib00.pm │ │ ├── afdoua00.pm │ │ ├── afel_a00.pm │ │ ├── affree00.pm │ │ ├── afgabo00.pm │ │ ├── afhara00.pm │ │ ├── afjoha00.pm │ │ ├── afjuba00.pm │ │ ├── afkamp00.pm │ │ ├── afkhar00.pm │ │ ├── afkiga00.pm │ │ ├── afkins00.pm │ │ ├── aflago00.pm │ │ ├── aflibr00.pm │ │ ├── aflome00.pm │ │ ├── afluan00.pm │ │ ├── aflubu00.pm │ │ ├── aflusa00.pm │ │ ├── afmala00.pm │ │ ├── afmapu00.pm │ │ ├── afmase00.pm │ │ ├── afmbab00.pm │ │ ├── afmoga00.pm │ │ ├── afmonr00.pm │ │ ├── afnair00.pm │ │ ├── afndja00.pm │ │ ├── afniam00.pm │ │ ├── afnoua00.pm │ │ ├── afouag00.pm │ │ ├── afport00.pm │ │ ├── afsao_00.pm │ │ ├── aftrip00.pm │ │ ├── aftuni00.pm │ │ ├── afwind00.pm │ │ ├── amadak00.pm │ │ ├── amanch00.pm │ │ ├── amangu00.pm │ │ ├── amanti00.pm │ │ ├── amarag00.pm │ │ ├── amarub00.pm │ │ ├── amasun00.pm │ │ ├── amatik00.pm │ │ ├── ambahi00.pm │ │ ├── ambahi01.pm │ │ ├── ambarb00.pm │ │ ├── ambele00.pm │ │ ├── ambeli00.pm │ │ ├── ambeul00.pm │ │ ├── amblan00.pm │ │ ├── amboa_00.pm │ │ ├── ambogo00.pm │ │ ├── ambois00.pm │ │ ├── ambuen00.pm │ │ ├── amcamb00.pm │ │ ├── amcamp00.pm │ │ ├── amcanc00.pm │ │ ├── amcara00.pm │ │ ├── amcata00.pm │ │ ├── amcaye00.pm │ │ ├── amcaym00.pm │ │ ├── amcent00.pm │ │ ├── amchic00.pm │ │ ├── amchih00.pm │ │ ├── amcord00.pm │ │ ├── amcost00.pm │ │ ├── amcres00.pm │ │ ├── amcuia00.pm │ │ ├── amcura00.pm │ │ ├── amdanm00.pm │ │ ├── amdaws00.pm │ │ ├── amdaws01.pm │ │ ├── amdenv00.pm │ │ ├── amdetr00.pm │ │ ├── amdomi00.pm │ │ ├── amedmo00.pm │ │ ├── ameiru00.pm │ │ ├── amel_s00.pm │ │ ├── amfort00.pm │ │ ├── amglac00.pm │ │ ├── amgodt00.pm │ │ ├── amgoos00.pm │ │ ├── amgran00.pm │ │ ├── amgren00.pm │ │ ├── amguad00.pm │ │ ├── amguat00.pm │ │ ├── amguay00.pm │ │ ├── amguya00.pm │ │ ├── amhali00.pm │ │ ├── amhava00.pm │ │ ├── amherm00.pm │ │ ├── amindi00.pm │ │ ├── aminuv00.pm │ │ ├── amiqal00.pm │ │ ├── amjama00.pm │ │ ├── amjuju00.pm │ │ ├── amjune00.pm │ │ ├── amknox00.pm │ │ ├── amla_p00.pm │ │ ├── amla_r00.pm │ │ ├── amlima00.pm │ │ ├── amlos_00.pm │ │ ├── amloui00.pm │ │ ├── ammace00.pm │ │ ├── ammana00.pm │ │ ├── ammana01.pm │ │ ├── ammare00.pm │ │ ├── ammart00.pm │ │ ├── ammata00.pm │ │ ├── ammaza00.pm │ │ ├── ammend00.pm │ │ ├── ammeno00.pm │ │ ├── ammeri00.pm │ │ ├── ammetl00.pm │ │ ├── ammexi00.pm │ │ ├── ammiqu00.pm │ │ ├── ammonc00.pm │ │ ├── ammont00.pm │ │ ├── ammont01.pm │ │ ├── ammont02.pm │ │ ├── ammont03.pm │ │ ├── ammont04.pm │ │ ├── amnass00.pm │ │ ├── amnew_00.pm │ │ ├── amnew_01.pm │ │ ├── amnipi00.pm │ │ ├── amnome00.pm │ │ ├── amnoro00.pm │ │ ├── amojin00.pm │ │ ├── ampana00.pm │ │ ├── ampang00.pm │ │ ├── ampara00.pm │ │ ├── ampete00.pm │ │ ├── amphoe00.pm │ │ ├── amport00.pm │ │ ├── amport01.pm │ │ ├── amport02.pm │ │ ├── ampuer00.pm │ │ ├── amrain00.pm │ │ ├── amrank00.pm │ │ ├── amreci00.pm │ │ ├── amregi00.pm │ │ ├── amreso00.pm │ │ ├── amrio_00.pm │ │ ├── amrio_01.pm │ │ ├── amsalt00.pm │ │ ├── amsan_00.pm │ │ ├── amsan_01.pm │ │ ├── amsant00.pm │ │ ├── amsant01.pm │ │ ├── amsant02.pm │ │ ├── amsant03.pm │ │ ├── amsao_00.pm │ │ ├── amscor00.pm │ │ ├── amsitk00.pm │ │ ├── amst_j00.pm │ │ ├── amst_k00.pm │ │ ├── amst_l00.pm │ │ ├── amst_t00.pm │ │ ├── amst_v00.pm │ │ ├── amswif00.pm │ │ ├── amtegu00.pm │ │ ├── amtell00.pm │ │ ├── amthul00.pm │ │ ├── amthun00.pm │ │ ├── amtiju00.pm │ │ ├── amtoro00.pm │ │ ├── amtort00.pm │ │ ├── amtucu00.pm │ │ ├── amushu00.pm │ │ ├── amvanc00.pm │ │ ├── amveva00.pm │ │ ├── amvinc00.pm │ │ ├── amwhit00.pm │ │ ├── amwina00.pm │ │ ├── amwinn00.pm │ │ ├── amyaku00.pm │ │ ├── amyell00.pm │ │ ├── ancase00.pm │ │ ├── andavi00.pm │ │ ├── andumo00.pm │ │ ├── anmacq00.pm │ │ ├── anmaws00.pm │ │ ├── anmcmu00.pm │ │ ├── anpalm00.pm │ │ ├── anroth00.pm │ │ ├── ansyow00.pm │ │ ├── antrol00.pm │ │ ├── anvost00.pm │ │ ├── asaden00.pm │ │ ├── asalma00.pm │ │ ├── asamma00.pm │ │ ├── asanad00.pm │ │ ├── asaqta00.pm │ │ ├── asaqto00.pm │ │ ├── asashg00.pm │ │ ├── asbagh00.pm │ │ ├── asbahr00.pm │ │ ├── asbaku00.pm │ │ ├── asbang00.pm │ │ ├── asbeir00.pm │ │ ├── asbish00.pm │ │ ├── asbrun00.pm │ │ ├── aschit00.pm │ │ ├── aschoi00.pm │ │ ├── aschon00.pm │ │ ├── ascolo00.pm │ │ ├── asdama00.pm │ │ ├── asdhak00.pm │ │ ├── asdili00.pm │ │ ├── asduba00.pm │ │ ├── asdush00.pm │ │ ├── asgaza00.pm │ │ ├── asharb00.pm │ │ ├── ashebr00.pm │ │ ├── asho_c00.pm │ │ ├── ashong00.pm │ │ ├── ashovd00.pm │ │ ├── asirku00.pm │ │ ├── asjaka00.pm │ │ ├── asjaya00.pm │ │ ├── asjeru00.pm │ │ ├── askabu00.pm │ │ ├── askamc00.pm │ │ ├── askara00.pm │ │ ├── askash00.pm │ │ ├── askath00.pm │ │ ├── askhan00.pm │ │ ├── askolk00.pm │ │ ├── askras00.pm │ │ ├── askual00.pm │ │ ├── askuch00.pm │ │ ├── askuwa00.pm │ │ ├── asmaca00.pm │ │ ├── asmaga00.pm │ │ ├── asmaka00.pm │ │ ├── asmani00.pm │ │ ├── asmusc00.pm │ │ ├── asnico00.pm │ │ ├── asnovo00.pm │ │ ├── asnovo01.pm │ │ ├── asomsk00.pm │ │ ├── asoral00.pm │ │ ├── asphno00.pm │ │ ├── aspont00.pm │ │ ├── aspyon00.pm │ │ ├── asqata00.pm │ │ ├── asqyzy00.pm │ │ ├── asrang00.pm │ │ ├── asriya00.pm │ │ ├── assakh00.pm │ │ ├── assama00.pm │ │ ├── asseou00.pm │ │ ├── asshan00.pm │ │ ├── assing00.pm │ │ ├── assred00.pm │ │ ├── astaip00.pm │ │ ├── astash00.pm │ │ ├── astbil00.pm │ │ ├── astehr00.pm │ │ ├── asthim00.pm │ │ ├── astoky00.pm │ │ ├── asulaa00.pm │ │ ├── asurum00.pm │ │ ├── asustm00.pm │ │ ├── asvien00.pm │ │ ├── asvlad00.pm │ │ ├── asyaku00.pm │ │ ├── asyeka00.pm │ │ ├── asyere00.pm │ │ ├── atazor00.pm │ │ ├── atberm00.pm │ │ ├── atcana00.pm │ │ ├── atcape00.pm │ │ ├── atfaro00.pm │ │ ├── atmade00.pm │ │ ├── atreyk00.pm │ │ ├── atsout00.pm │ │ ├── atst_h00.pm │ │ ├── atstan00.pm │ │ ├── auadel00.pm │ │ ├── aubris00.pm │ │ ├── aubrok00.pm │ │ ├── aucurr00.pm │ │ ├── audarw00.pm │ │ ├── aueucl00.pm │ │ ├── auhoba00.pm │ │ ├── aulind00.pm │ │ ├── aulord00.pm │ │ ├── aumelb00.pm │ │ ├── aupert00.pm │ │ ├── ausydn00.pm │ │ ├── b00.pm │ │ ├── c00.pm │ │ ├── cet00.pm │ │ ├── d00.pm │ │ ├── e00.pm │ │ ├── eet00.pm │ │ ├── etgmt00.pm │ │ ├── etgmtm00.pm │ │ ├── etgmtm01.pm │ │ ├── etgmtm02.pm │ │ ├── etgmtm03.pm │ │ ├── etgmtm04.pm │ │ ├── etgmtm05.pm │ │ ├── etgmtm06.pm │ │ ├── etgmtm07.pm │ │ ├── etgmtm08.pm │ │ ├── etgmtm09.pm │ │ ├── etgmtm10.pm │ │ ├── etgmtm11.pm │ │ ├── etgmtm12.pm │ │ ├── etgmtm13.pm │ │ ├── etgmtp00.pm │ │ ├── etgmtp01.pm │ │ ├── etgmtp02.pm │ │ ├── etgmtp03.pm │ │ ├── etgmtp04.pm │ │ ├── etgmtp05.pm │ │ ├── etgmtp06.pm │ │ ├── etgmtp07.pm │ │ ├── etgmtp08.pm │ │ ├── etgmtp09.pm │ │ ├── etgmtp10.pm │ │ ├── etgmtp11.pm │ │ ├── euamst00.pm │ │ ├── euando00.pm │ │ ├── euathe00.pm │ │ ├── eubelg00.pm │ │ ├── euberl00.pm │ │ ├── eubrus00.pm │ │ ├── eubuch00.pm │ │ ├── eubuda00.pm │ │ ├── euchis00.pm │ │ ├── eucope00.pm │ │ ├── eudubl00.pm │ │ ├── eugibr00.pm │ │ ├── euhels00.pm │ │ ├── euista00.pm │ │ ├── eukali00.pm │ │ ├── eukiev00.pm │ │ ├── eulisb00.pm │ │ ├── eulond00.pm │ │ ├── euluxe00.pm │ │ ├── eumadr00.pm │ │ ├── eumalt00.pm │ │ ├── eumins00.pm │ │ ├── eumona00.pm │ │ ├── eumosc00.pm │ │ ├── euoslo00.pm │ │ ├── eupari00.pm │ │ ├── euprag00.pm │ │ ├── euriga00.pm │ │ ├── eurome00.pm │ │ ├── eusama00.pm │ │ ├── eusimf00.pm │ │ ├── eusofi00.pm │ │ ├── eustoc00.pm │ │ ├── eutall00.pm │ │ ├── eutira00.pm │ │ ├── euuzhg00.pm │ │ ├── euvadu00.pm │ │ ├── euvien00.pm │ │ ├── euviln00.pm │ │ ├── euvolg00.pm │ │ ├── euwars00.pm │ │ ├── euzapo00.pm │ │ ├── euzuri00.pm │ │ ├── f00.pm │ │ ├── g00.pm │ │ ├── h00.pm │ │ ├── i00.pm │ │ ├── inanta00.pm │ │ ├── inchag00.pm │ │ ├── inchri00.pm │ │ ├── incoco00.pm │ │ ├── incomo00.pm │ │ ├── inkerg00.pm │ │ ├── inmahe00.pm │ │ ├── inmald00.pm │ │ ├── inmaur00.pm │ │ ├── inmayo00.pm │ │ ├── inreun00.pm │ │ ├── k00.pm │ │ ├── l00.pm │ │ ├── m00.pm │ │ ├── met00.pm │ │ ├── n00.pm │ │ ├── o00.pm │ │ ├── p00.pm │ │ ├── paapia00.pm │ │ ├── paauck00.pm │ │ ├── pachat00.pm │ │ ├── pachuu00.pm │ │ ├── paeast00.pm │ │ ├── paefat00.pm │ │ ├── paende00.pm │ │ ├── pafaka00.pm │ │ ├── pafiji00.pm │ │ ├── pafuna00.pm │ │ ├── pagala00.pm │ │ ├── pagamb00.pm │ │ ├── paguad00.pm │ │ ├── paguam00.pm │ │ ├── pahono00.pm │ │ ├── pakiri00.pm │ │ ├── pakosr00.pm │ │ ├── pakwaj00.pm │ │ ├── pamaju00.pm │ │ ├── pamarq00.pm │ │ ├── pamidw00.pm │ │ ├── panaur00.pm │ │ ├── paniue00.pm │ │ ├── panorf00.pm │ │ ├── panoum00.pm │ │ ├── papago00.pm │ │ ├── papala00.pm │ │ ├── papitc00.pm │ │ ├── papohn00.pm │ │ ├── paport00.pm │ │ ├── pararo00.pm │ │ ├── pasaip00.pm │ │ ├── patahi00.pm │ │ ├── patara00.pm │ │ ├── patong00.pm │ │ ├── pawake00.pm │ │ ├── pawall00.pm │ │ ├── q00.pm │ │ ├── r00.pm │ │ ├── s00.pm │ │ ├── t00.pm │ │ ├── u00.pm │ │ ├── ut00.pm │ │ ├── utc00.pm │ │ ├── v00.pm │ │ ├── w00.pm │ │ ├── wet00.pm │ │ ├── x00.pm │ │ ├── y00.pm │ │ └── z00.pm │ ├── TZ_Base.pm │ ├── TZdata.pm │ └── Zones.pm ├── MoveApplication.strings ├── NJRArrayToObjectTransformer.h ├── NJRArrayToObjectTransformer.m ├── NJRDateFormatter.h ├── NJRDateFormatter.m ├── NJRFSObjectSelector.h ├── NJRFSObjectSelector.m ├── NJRHistoryTrackingComboBox.h ├── NJRHistoryTrackingComboBox.m ├── NJRHotKey.h ├── NJRHotKey.m ├── NJRHotKeyField.h ├── NJRHotKeyField.m ├── NJRHotKeyFieldCell.h ├── NJRHotKeyFieldCell.m ├── NJRHotKeyManager.h ├── NJRHotKeyManager.m ├── NJRIntegerFilter.h ├── NJRIntegerFilter.m ├── NJRIntervalField.h ├── NJRIntervalField.m ├── NJRIntervalField.plist ├── NJRMediaPopUpButton.h ├── NJRMediaPopUpButton.m ├── NJRMenuSlider.h ├── NJRMenuSlider.m ├── NJRNonCenteringWindow.h ├── NJRNonCenteringWindow.m ├── NJROffCenterPanel.h ├── NJROffCenterPanel.m ├── NJROperatingSystemVersion.h ├── NJROperatingSystemVersion.m ├── NJRReadMeController.h ├── NJRReadMeController.m ├── NJRScrollView.h ├── NJRScrollView.m ├── NJRSoundDevice.h ├── NJRSoundDevice.m ├── NJRSpeechSynthesizer.h ├── NJRSpeechSynthesizer.m ├── NJRTableDelegate.h ├── NJRTableDelegate.m ├── NJRTableView.h ├── NJRTableView.m ├── NJRValidatingField.h ├── NJRValidatingField.m ├── NJRVoicePopUpButton.h ├── NJRVoicePopUpButton.m ├── NSAttributedString-NJRExtensions.h ├── NSAttributedString-NJRExtensions.m ├── NSCalendarDate-NJRExtensions.h ├── NSCalendarDate-NJRExtensions.m ├── NSCalendarDate-OFExtensions.h ├── NSCalendarDate-OFExtensions.m ├── NSCharacterSet-NJRExtensions.h ├── NSCharacterSet-NJRExtensions.m ├── NSDictionary-NJRExtensions.h ├── NSDictionary-NJRExtensions.m ├── NSImage-OAExtensions.h ├── NSImage-OAExtensions.m ├── NSMenuItem-NJRExtensions.h ├── NSMenuItem-NJRExtensions.m ├── NSObject-PerformWhenIdle.h ├── NSObject-PerformWhenIdle.m ├── NSPopUpButton-NJRExtensions.h ├── NSPopUpButton-NJRExtensions.m ├── NSString-NJRExtensions.h ├── NSString-NJRExtensions.m ├── NSTableView-NJRExtensions.h ├── NSTableView-NJRExtensions.m ├── OACalendarView.h ├── OACalendarView.m ├── PFMoveApplication.h ├── PFMoveApplication.m ├── PSAlarm.h ├── PSAlarm.m ├── PSAlarmAlertController.h ├── PSAlarmAlertController.m ├── PSAlarmNotifierController.h ├── PSAlarmNotifierController.m ├── PSAlarmSetController.h ├── PSAlarmSetController.m ├── PSAlarms.h ├── PSAlarms.m ├── PSAlarmsController.h ├── PSAlarmsController.m ├── PSAlert.h ├── PSAlert.m ├── PSAlerts.h ├── PSAlerts.m ├── PSApplication.h ├── PSApplication.m ├── PSBeepAlert.h ├── PSBeepAlert.m ├── PSCalendarController.h ├── PSCalendarController.m ├── PSDateFieldEditor.h ├── PSDateFieldEditor.m ├── PSDockBounceAlert.h ├── PSDockBounceAlert.m ├── PSGrowlAlert.h ├── PSGrowlAlert.m ├── PSMediaAlert.h ├── PSMediaAlert.m ├── PSMovieAlert.h ├── PSMovieAlert.m ├── PSMovieAlertController.h ├── PSMovieAlertController.m ├── PSNotifierAlert.h ├── PSNotifierAlert.m ├── PSPowerManager.h ├── PSPowerManager.m ├── PSPreferencesController.h ├── PSPreferencesController.m ├── PSPropertyListSerialization.h ├── PSScriptAlert.h ├── PSScriptAlert.m ├── PSSnoozeUntilController.h ├── PSSnoozeUntilController.m ├── PSSoundAlert.h ├── PSSoundAlert.m ├── PSSpeechAlert.h ├── PSSpeechAlert.m ├── PSTimeDateEditor.h ├── PSTimeDateEditor.m ├── PSTimer.h ├── PSTimer.m ├── PSUserNotificationAlert.h ├── PSUserNotificationAlert.m ├── PSVolumeController.h ├── PSVolumeController.m ├── PSWakeAlert.h ├── PSWakeAlert.m ├── ParseDate.h ├── ParseDate.m ├── ParseDateInternal.h ├── ParseDateTest │ ├── Info.plist │ └── ParseDateTest.m ├── Pester.entitlements ├── Pester.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── contents.xcworkspacedata │ └── xcshareddata │ │ └── xcschemes │ │ └── Pester.xcscheme ├── PesterTest │ ├── PesterTest-Info.plist │ ├── PesterTest-Prefix.pch │ ├── PesterTest.h │ ├── PesterTest.m │ └── PesterTestFixtures.plist ├── Pester_Prefix.h ├── Popup triangle.tiff ├── Volume 0.pdf ├── Volume 1.pdf ├── Volume 2.pdf ├── Volume 3.pdf ├── Volume icons.sketch ├── de.lproj │ └── DateCompletions.strings ├── en.lproj │ ├── Credits.html │ ├── DateCompletions.strings │ ├── Formatter.strings │ └── Localizable.strings ├── es.lproj │ └── DateCompletions.strings ├── fr.lproj │ └── DateCompletions.strings ├── hr.lproj │ └── DateCompletions.strings ├── it.lproj │ └── DateCompletions.strings ├── main.m ├── nl.lproj │ └── DateCompletions.strings └── sv.lproj │ └── DateCompletions.strings ├── Updates ├── release-notes.css ├── release-notes.html └── updates.xml ├── copy-Pester.sh ├── exportOptions.plist └── package-Pester.sh /.gitattributes: -------------------------------------------------------------------------------- 1 | Documentation/* linguist-documentation 2 | *.html linguist-generated 3 | Source/*.eps linguist-generated 4 | Source/Manip.pm linguist-vendored 5 | Source/Manip/* linguist-vendored 6 | Updates/* linguist-documentation 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | xcuserdata 2 | Archives/ 3 | Releases/*.dmg 4 | .DS_Store 5 | *.xcscmblueprint 6 | *~ 7 | \#* 8 | .\#* 9 | Date-Manip/ 10 | bdalias/ 11 | voices/ 12 | .idea/ -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "Sparkle"] 2 | path = Source/Sparkle 3 | url = https://github.com/sparkle-project/Sparkle.git 4 | [submodule "Source/JRErr"] 5 | path = Source/JRErr 6 | url = https://github.com/nriley/JRErr.git 7 | branch = pester 8 | -------------------------------------------------------------------------------- /Documentation/Read Me.rtfd/1037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Documentation/Read Me.rtfd/1037.png -------------------------------------------------------------------------------- /Documentation/Read Me.rtfd/Alarm window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Documentation/Read Me.rtfd/Alarm window.png -------------------------------------------------------------------------------- /Documentation/Read Me.rtfd/Alarms window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Documentation/Read Me.rtfd/Alarms window.png -------------------------------------------------------------------------------- /Documentation/Read Me.rtfd/Dock menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Documentation/Read Me.rtfd/Dock menu.png -------------------------------------------------------------------------------- /Documentation/Read Me.rtfd/TXT.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Documentation/Read Me.rtfd/TXT.rtf -------------------------------------------------------------------------------- /Pester to do.html/Checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Checked-dark.png -------------------------------------------------------------------------------- /Pester to do.html/Checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Checked.png -------------------------------------------------------------------------------- /Pester to do.html/Collapsed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Collapsed-dark.png -------------------------------------------------------------------------------- /Pester to do.html/Collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Collapsed.png -------------------------------------------------------------------------------- /Pester to do.html/Expanded-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Expanded-dark.png -------------------------------------------------------------------------------- /Pester to do.html/Expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Expanded.png -------------------------------------------------------------------------------- /Pester to do.html/LeafRowHandle-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/LeafRowHandle-dark.png -------------------------------------------------------------------------------- /Pester to do.html/LeafRowHandle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/LeafRowHandle.png -------------------------------------------------------------------------------- /Pester to do.html/Mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Mixed-dark.png -------------------------------------------------------------------------------- /Pester to do.html/Mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Mixed.png -------------------------------------------------------------------------------- /Pester to do.html/OONote-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/OONote-dark.png -------------------------------------------------------------------------------- /Pester to do.html/OONote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/OONote.png -------------------------------------------------------------------------------- /Pester to do.html/Pasted_Graphic.pict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Pasted_Graphic.pict -------------------------------------------------------------------------------- /Pester to do.html/Picture_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Picture_1.png -------------------------------------------------------------------------------- /Pester to do.html/Unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Unchecked-dark.png -------------------------------------------------------------------------------- /Pester to do.html/Unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/Unchecked.png -------------------------------------------------------------------------------- /Pester to do.html/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.html/blank.png -------------------------------------------------------------------------------- /Pester to do.ooutline/attachments/Pasted_Graphic.pict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.ooutline/attachments/Pasted_Graphic.pict -------------------------------------------------------------------------------- /Pester to do.ooutline/attachments/Picture_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.ooutline/attachments/Picture_1.png -------------------------------------------------------------------------------- /Pester to do.ooutline/previews/709x922.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Pester to do.ooutline/previews/709x922.jpeg -------------------------------------------------------------------------------- /Source/AVAsset-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // AVAsset-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface AVAsset (NJRExtensions) 12 | 13 | - (BOOL)NJR_hasAudio; 14 | - (BOOL)NJR_hasVideo; 15 | - (BOOL)NJR_isStatic; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Source/AVAsset-NJRExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // AVAsset-NJRExtensions.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "AVAsset-NJRExtensions.h" 10 | 11 | @implementation AVAsset (NJRExtensions) 12 | 13 | - (BOOL)NJR_hasAudio; 14 | { 15 | return [[self tracksWithMediaType: AVMediaTypeAudio] count] > 0; 16 | } 17 | 18 | - (BOOL)NJR_hasVideo; 19 | { 20 | return [[self tracksWithMediaType: AVMediaTypeVideo] count] > 0; 21 | } 22 | 23 | - (BOOL)NJR_isStatic; 24 | { 25 | CMTime duration = self.duration; 26 | return (CMTIME_IS_NUMERIC(duration) && duration.value == 0); // XXX or indefinite? 27 | } 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /Source/Application icon.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Application icon.eps -------------------------------------------------------------------------------- /Source/Application icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Application icon.icns -------------------------------------------------------------------------------- /Source/Application icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Application icon.pdf -------------------------------------------------------------------------------- /Source/Application icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Application icon.png -------------------------------------------------------------------------------- /Source/Base.lproj/Alarms.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Alarms.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Calendar.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Calendar.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Movie alert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Movie alert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Notifier.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Notifier.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Preferences.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Preferences.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Read Me.nib/keyedobjects-101400.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Read Me.nib/keyedobjects-101400.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Read Me.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Read Me.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Snooze until.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Snooze until.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Base.lproj/Volume.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Base.lproj/Volume.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Source/Calendar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Calendar.pdf -------------------------------------------------------------------------------- /Source/Calendar.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Calendar.sketch -------------------------------------------------------------------------------- /Source/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/FontAwesome.otf -------------------------------------------------------------------------------- /Source/Manip/Offset/off001.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off001; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:06:04'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/andorra', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off003.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off003; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:12:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/algiers', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off004.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off004; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:13:36'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/lagos', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off005.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off005; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:17:30'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/brussels', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off009.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off009; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:29:32'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/monaco', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off010.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off010; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:29:46'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/zurich', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off011.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off011; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:34:08'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/zurich', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off012.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off012; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:34:39'; 32 | 33 | %Offset = ( 34 | 1 => [ 35 | 'europe/dublin', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off013.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off013; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:40:44'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/tunis', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off014.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off014; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:43:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/oslo', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off015.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off015; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:49:56'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/rome', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off017.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off017; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:52:44'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/tripoli', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off018.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off018; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:53:28'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/berlin', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off019.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off019; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:57:44'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/prague', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off020.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off020; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+00:58:04'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/malta', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off022.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off022; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:00:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/ndjamena', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off024.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off024; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:05:21'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/vienna', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off025.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off025; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:08:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/windhoek', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off027.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off027; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:16:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/budapest', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off028.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off028; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:19:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/tirane', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off033.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off033; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:29:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/uzhgorod', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off035.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off035; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:33:16'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/sofia', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off036.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off036; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:34:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/athens', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off037.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off037; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:35:36'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/vilnius', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off038.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off038; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:36:34'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/riga', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off039.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off039; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:44 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:39:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/tallinn', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off040.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off040; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:39:49'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/helsinki', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off041.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off041; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:41:16'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/vilnius', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off043.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off043; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:50:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/minsk', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off044.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off044; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:50:16'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/minsk', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off046.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off046; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:55:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/chisinau', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off047.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off047; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:55:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/chisinau', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off048.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off048; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+01:55:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/istanbul', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off051.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off051; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:02:04'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/kiev', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off052.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off052; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:05:09'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/cairo', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off053.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off053; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:10:08'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/khartoum', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off054.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off054; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:10:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/maputo', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off055.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off055; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:13:28'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/nicosia', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off058.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off058; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:17:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/gaza', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off060.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off060; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:20:23'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/hebron', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off062.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off062; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:20:54'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/jerusalem', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off063.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off063; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:22:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/beirut', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off064.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off064; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:23:44'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/amman', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off065.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off065; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:25:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/damascus', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off066.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off066; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:27:16'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/nairobi', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off067.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off067; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:30:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/nairobi', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off068.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off068; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:30:17'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/moscow', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off069.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off069; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:31:19'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/moscow', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off070.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off070; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:36:34'; 32 | 33 | %Offset = ( 34 | 1 => [ 35 | 'europe/riga', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off071.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off071; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:45:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'africa/nairobi', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off072.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off072; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:57:36'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/baghdad', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off074.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off074; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:58:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/yerevan', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off075.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off075; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:59:11'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/tbilisi', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off076.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off076; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+02:59:54'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/aden', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off078.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off078; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:06:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/riyadh', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off079.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off079; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:11:56'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/kuwait', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off080.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off080; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:19:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/baku', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off081.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off081; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:20:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'europe/samara', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off082.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off082; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:21:04'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/aqtau', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off083.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off083; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:22:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/bahrain', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off084.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off084; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:25:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/oral', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off085.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off085; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:25:44'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/tehran', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off086.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off086; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:26:08'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/qatar', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off087.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off087; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:30:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/tehran', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off088.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off088; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:31:19'; 32 | 33 | %Offset = ( 34 | 1 => [ 35 | 'europe/moscow', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off089.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off089; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:41:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/dubai', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off090.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off090; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:41:48'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'indian/mahe', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off091.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off091; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:41:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'indian/reunion', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off093.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off093; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:48:40'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/aqtobe', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off095.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off095; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:53:32'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/ashgabat', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off096.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off096; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+03:54:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/muscat', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off099.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off099; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:21:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/qyzylorda', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off100.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off100; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:27:53'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/samarkand', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off101.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off101; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:28:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/karachi', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off103.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off103; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:31:19'; 32 | 33 | %Offset = ( 34 | 1 => [ 35 | 'europe/moscow', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off104.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off104; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:35:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/dushanbe', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off105.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off105; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:36:48'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/kabul', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off106.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off106; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:37:11'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/tashkent', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off107.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off107; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:49:40'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'indian/chagos', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off108.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off108; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:53:30'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/omsk', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off109.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off109; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:54:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'indian/maldives', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off110.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off110; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+04:58:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/bishkek', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off112.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off112; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:07:48'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/almaty', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off113.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off113; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:19:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/colombo', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off114.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off114; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:19:32'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/colombo', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off117.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off117; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:41:16'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/kathmandu', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off118.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off118; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:45:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/kathmandu', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off120.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off120; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:50:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/urumqi', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off122.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off122; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:53:28'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/kolkata', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off123.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off123; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+05:58:36'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/thimphu', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off125.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off125; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+06:01:40'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/dhaka', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off126.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off126; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+06:06:36'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/hovd', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off128.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off128; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+06:24:40'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/rangoon', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off129.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off129; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+06:27:40'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'indian/cocos', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off131.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off131; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+06:42:04'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/bangkok', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off134.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off134; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+06:57:05'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/irkutsk', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off139.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off139; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:07:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/jakarta', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off141.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off141; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:17:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/pontianak', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off143.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off143; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:21:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/kuching', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off145.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off145; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:33:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/chita', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off146.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off146; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:34:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/macau', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off147.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off147; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:36:42'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/hong_kong', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off148.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off148; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:38:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/choibalsan', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off149.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off149; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:39:40'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/brunei', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off150.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off150; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:43:24'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'australia/perth', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off151.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off151; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+07:57:36'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/makassar', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off153.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off153; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:04:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/manila', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off154.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off154; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:05:43'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/shanghai', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off155.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off155; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:06:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/taipei', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off156.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off156; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:20:00'; 32 | 33 | %Offset = ( 34 | 1 => [ 35 | 'asia/kuching', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off157.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off157; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:22:20'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/dili', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off158.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off158; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:23:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/pyongyang', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off159.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off159; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:27:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/seoul', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off161.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off161; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:35:28'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'australia/eucla', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off162.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off162; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:38:58'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/yakutsk', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off164.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off164; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:45:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'australia/eucla', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off166.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off166; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+08:57:56'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'pacific/palau', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off168.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off168; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:02:13'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/khandyga', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off170.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off170; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:18:59'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/tokyo', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off171.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off171; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:22:48'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/jayapura', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off174.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off174; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:30:48'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/sakhalin', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off175.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off175; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:32:54'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/ust-nera', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off177.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off177; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:39:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'pacific/guam', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off179.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off179; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:43:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'pacific/saipan', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off180.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off180; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+09:45:00'; 32 | 33 | %Offset = ( 34 | 1 => [ 35 | 'australia/eucla', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off186.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off186; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+10:03:12'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'asia/magadan', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off188.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off188; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+10:07:08'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'pacific/chuuk', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off193.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off193; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:45 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '+10:32:52'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'pacific/pohnpei', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off435.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off435; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:46 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '-13:00:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'etc/gmt-13', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off436.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off436; 3 | # Copyright (c) 2008-2014 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Fri Nov 21 11:03:46 EST 2014 10 | # Data version: tzdata2014j 11 | # Code version: tzcode2014j 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.48'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '-14:00:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'etc/gmt-14', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off485.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off485; 3 | # Copyright (c) 2008-2013 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Mon Jun 3 12:55:41 EDT 2013 10 | # Data version: tzdata2013c 11 | # Code version: tzcode2013c 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.40'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '-13:00:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'etc/gmt-13', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/Manip/Offset/off486.pm: -------------------------------------------------------------------------------- 1 | package # 2 | Date::Manip::Offset::off486; 3 | # Copyright (c) 2008-2013 Sullivan Beck. All rights reserved. 4 | # This program is free software; you can redistribute it and/or modify it 5 | # under the same terms as Perl itself. 6 | 7 | # This file was automatically generated. Any changes to this file will 8 | # be lost the next time 'tzdata' is run. 9 | # Generated on: Mon Jun 3 12:55:41 EDT 2013 10 | # Data version: tzdata2013c 11 | # Code version: tzcode2013c 12 | 13 | # This module contains data from the zoneinfo time zone database. The original 14 | # data was obtained from the URL: 15 | # ftp://ftp.iana.orgtz 16 | 17 | use strict; 18 | use warnings; 19 | require 5.010000; 20 | 21 | our ($VERSION); 22 | $VERSION='6.40'; 23 | END { undef $VERSION; } 24 | 25 | our ($Offset,%Offset); 26 | END { 27 | undef $Offset; 28 | undef %Offset; 29 | } 30 | 31 | $Offset = '-14:00:00'; 32 | 33 | %Offset = ( 34 | 0 => [ 35 | 'etc/gmt-14', 36 | ], 37 | ); 38 | 39 | 1; 40 | -------------------------------------------------------------------------------- /Source/MoveApplication.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/MoveApplication.strings -------------------------------------------------------------------------------- /Source/NJRArrayToObjectTransformer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRArrayToObjectTransformer.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 3/9/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRArrayToObjectTransformer : NSValueTransformer { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NJRArrayToObjectTransformer.m: -------------------------------------------------------------------------------- 1 | // 2 | // NJRArrayToObjectTransformer.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 3/9/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NJRArrayToObjectTransformer.h" 10 | 11 | // Thanks to Florijan Stamenkovic for this implementation. 12 | 13 | @implementation NJRArrayToObjectTransformer 14 | 15 | + (BOOL)allowsReverseTransformation 16 | { 17 | return YES; 18 | } 19 | 20 | + (Class)transformedValueClass 21 | { 22 | return [NSObject class]; 23 | } 24 | 25 | - (id)transformedValue:(id)value 26 | { 27 | NSArray *array = value; 28 | 29 | if (array == nil || [array count] == 0) 30 | return nil; 31 | 32 | return [array objectAtIndex: 0]; 33 | } 34 | 35 | - (id)reverseTransformedValue:(id)value 36 | { 37 | if (value == nil) 38 | return [NSArray arrayWithObject: [NSNull null]]; 39 | 40 | return [NSArray arrayWithObject: value]; 41 | } 42 | 43 | @end 44 | -------------------------------------------------------------------------------- /Source/NJRDateFormatter.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRDateFormatter.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Wed Oct 09 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // posted when the availability or output of the natural language date parser changes (after async initialization at launch; new system time zone; new system locale may change the parser's availability) 12 | extern NSString * const NJRDateFormatterNaturalLanguageDateParsingDidChangeNotification; 13 | 14 | @interface NJRDateFormatter : NSDateFormatter { 15 | NSArray *tryFormatters; 16 | } 17 | 18 | + (BOOL)naturalLanguageParsingAvailable; 19 | + (NJRDateFormatter *)dateFormatter; 20 | + (NJRDateFormatter *)timeFormatter; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Source/NJRFSObjectSelector.h: -------------------------------------------------------------------------------- 1 | /* NJRFSObjectSelector */ 2 | 3 | #import 4 | #import "BDAlias.h" 5 | 6 | @interface NJRFSObjectSelector : NSButton 7 | { 8 | BDAlias *selectedAlias; 9 | NSArray *fileTypes; 10 | BOOL canChooseDirectories; 11 | BOOL canChooseFiles; 12 | BOOL dragAccepted; 13 | BOOL isEnabled; 14 | } 15 | - (IBAction)select:(id)sender; 16 | - (void)setAlias:(BDAlias *)alias; 17 | - (BDAlias *)alias; 18 | - (BOOL)acceptsPath:(NSString *)path; 19 | - (void)setPath:(NSString *)path; // does not validate 20 | - (BOOL)canChooseDirectories; 21 | - (BOOL)canChooseFiles; 22 | - (void)setCanChooseDirectories:(BOOL)flag; 23 | - (void)setCanChooseFiles:(BOOL)flag; 24 | - (NSArray *)fileTypes; 25 | - (void)setFileTypes:(NSArray *)types; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Source/NJRHistoryTrackingComboBox.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRHistoryTrackingComboBox.h 3 | // DockCam 4 | // 5 | // Created by Nicholas Riley on Fri Jun 28 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NJRHistoryTrackingComboBox : NSComboBox { 12 | IBOutlet NSButton *removeEntryButton; 13 | NSDictionary *removeEntryButtonEnabledBindingInfo; 14 | id flagsChangedEventMonitor; 15 | } 16 | 17 | - (IBAction)removeEntry:(id)sender; 18 | - (IBAction)clearAllEntries:(id)sender; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Source/NJRHotKey.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRHotKey.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Apr 01 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRHotKey : NSObject { 13 | NSString *hotKeyCharacters; 14 | unsigned hotKeyModifierFlags; 15 | unsigned short hotKeyCode; 16 | } 17 | 18 | + (NJRHotKey *)hotKeyWithCharacters:(NSString *)characters modifierFlags:(unsigned)modifierFlags keyCode:(unsigned short)keyCode; 19 | 20 | - (id)initWithCharacters:(NSString *)characters modifierFlags:(unsigned)modifierFlags keyCode:(unsigned short)keyCode; 21 | 22 | - (NSString *)characters; 23 | - (unsigned)modifierFlags; // Cocoa 24 | - (UInt16)modifiers; // Carbon 25 | - (unsigned short)keyCode; 26 | 27 | - (NSString *)keyGlyphs; 28 | 29 | - (NSDictionary *)propertyListRepresentation; 30 | - (instancetype)initWithPropertyList:(NSDictionary *)dict; 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Source/NJRHotKeyField.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRHotKeyField.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Mar 29 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NJRHotKey; 12 | 13 | @interface NJRHotKeyField : NSTextField { 14 | NJRHotKey *hotKey; 15 | } 16 | 17 | - (NJRHotKey *)hotKey; 18 | - (void)setHotKey:(NJRHotKey *)aKey; 19 | 20 | - (IBAction)clear:(id)sender; 21 | 22 | @end 23 | 24 | @interface NSObject (NJRHotKeyFieldDelegate) 25 | 26 | - (BOOL)hotKeyField:(NJRHotKeyField *)hotKeyField shouldAcceptCharacter:(unichar)keyChar modifierFlags:(unsigned)modifierFlags rejectionMessage:(NSString **)message; 27 | 28 | @end -------------------------------------------------------------------------------- /Source/NJRHotKeyFieldCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRHotKeyFieldCell.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Mon Mar 31 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRHotKeyFieldCell : NSTextFieldCell { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NJRHotKeyFieldCell.m: -------------------------------------------------------------------------------- 1 | // 2 | // NJRHotKeyFieldCell.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Mon Mar 31 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NJRHotKeyFieldCell.h" 10 | #import "NJRHotKeyField.h" 11 | 12 | @implementation NJRHotKeyFieldCell 13 | 14 | - (void)selectWithFrame:(NSRect)aRect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)anObject start:(NSInteger)selStart length:(NSInteger)selLength; 15 | { 16 | [super selectWithFrame: aRect inView: controlView editor: textObj delegate: anObject start: 0 length: 0]; 17 | [textObj setSelectable: NO]; 18 | [textObj setEditable: NO]; 19 | } 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Source/NJRHotKeyManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRHotKeyManager.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Apr 01 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NJRHotKey; 12 | 13 | @interface NJRHotKeyManager : NSObject { 14 | BOOL shortcutsEnabled; 15 | NSMutableDictionary *shortcuts; 16 | } 17 | 18 | + (NJRHotKeyManager *)sharedManager; 19 | 20 | - (BOOL)addShortcutWithIdentifier:(NSString *)identifier hotKey:(NJRHotKey *)hotKey target:(id)target action:(SEL)action; 21 | - (void)removeShortcutWithIdentifier:(NSString *)identifier; 22 | 23 | - (NSArray *)shortcutIdentifiers; 24 | - (NJRHotKey *)hotKeyForShortcutWithIdentifier:(NSString *)identifier; 25 | 26 | - (void)setShortcutsEnabled:(BOOL)enabled; 27 | - (BOOL)shortcutsEnabled; 28 | 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Source/NJRIntegerFilter.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRIntegerFilter.h 3 | // HostLauncher 4 | // 5 | // Created by Nicholas Riley on Tue Dec 18 2001. 6 | // Copyright (c) 2001 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRIntegerFilter : NSNumberFormatter { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NJRIntegerFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/NJRIntegerFilter.m -------------------------------------------------------------------------------- /Source/NJRIntervalField.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRIntervalField.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Wed Dec 25 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | #import "NJRValidatingField.h" 13 | 14 | @interface NJRIntervalField : NJRValidatingField { 15 | IBOutlet NSPopUpButton *intervalUnits; 16 | } 17 | 18 | - (NSTimeInterval)interval; 19 | - (BOOL)setInterval:(NSTimeInterval)interval; // returns false if out of range 20 | 21 | - (NSInteger)intervalMultiplierTag; 22 | - (void)setIntervalMultiplierTag:(NSInteger)tag; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Source/NJRIntervalField.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 604800 6 | 7 | 0 8 | weeks 9 | 1 10 | week 11 | 12 | 86400 13 | 14 | 0 15 | days 16 | 1 17 | day 18 | 19 | 3600 20 | 21 | 0 22 | hours 23 | 1 24 | hour 25 | 26 | 60 27 | 28 | 0 29 | minutes 30 | 1 31 | minute 32 | 33 | 1 34 | 35 | 0 36 | seconds 37 | 1 38 | second 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /Source/NJRMenuSlider.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRMenuSlider.h 3 | // 4 | // Created by Nicholas Riley on 12/6/09. 5 | // Copyright 2009 Nicholas Riley. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface NJRMenuSlider : NSSlider { 11 | 12 | } 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Source/NJRNonCenteringWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRNonCenteringWindow.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Wed Apr 09 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRNonCenteringWindow : NSWindow { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NJRNonCenteringWindow.m: -------------------------------------------------------------------------------- 1 | // 2 | // NJRNonCenteringWindow.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Wed Apr 09 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NJRNonCenteringWindow.h" 10 | 11 | 12 | @implementation NJRNonCenteringWindow 13 | 14 | - (void)center; 15 | { 16 | 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Source/NJROffCenterPanel.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJROffCenterPanel.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Feb 15 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJROffCenterPanel : NSPanel { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NJROffCenterPanel.m: -------------------------------------------------------------------------------- 1 | // 2 | // NJROffCenterPanel.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Feb 15 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NJROffCenterPanel.h" 10 | 11 | 12 | @implementation NJROffCenterPanel 13 | 14 | - (void)center; 15 | { 16 | 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Source/NJROperatingSystemVersion.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJROperatingSystemVersion.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 11/9/14. 6 | // 7 | // 8 | 9 | #import 10 | 11 | NSInteger NJROSXMinorVersion(void); 12 | -------------------------------------------------------------------------------- /Source/NJROperatingSystemVersion.m: -------------------------------------------------------------------------------- 1 | // 2 | // NJROperatingSystemVersion.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 11/9/14. 6 | // 7 | // 8 | 9 | #import 10 | 11 | static NSInteger majorVersion; 12 | static NSInteger minorVersion; 13 | static NSInteger patchVersion; 14 | 15 | NSInteger NJROSXMinorVersion(void) { 16 | if (majorVersion == 0) { 17 | NSProcessInfo *processInfo = [NSProcessInfo processInfo]; 18 | NSOperatingSystemVersion version = [processInfo operatingSystemVersion]; 19 | majorVersion = version.majorVersion; 20 | minorVersion = version.minorVersion; 21 | patchVersion = version.patchVersion; 22 | } 23 | 24 | if (majorVersion != 10) 25 | return -1; 26 | 27 | return minorVersion; 28 | } 29 | -------------------------------------------------------------------------------- /Source/NJRReadMeController.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRReadMeController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Feb 18 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRReadMeController : NSWindowController { 13 | IBOutlet NSSplitView *splitter; 14 | IBOutlet NSTableView *contents; 15 | IBOutlet NSTextFieldCell *headingCell; 16 | IBOutlet NSTextView *body; 17 | IBOutlet NSBox *bodyBox; 18 | NSMutableArray *headings; 19 | NSDictionary *headingAttributes; 20 | } 21 | 22 | + (NJRReadMeController *)readMeControllerWithRTFDocument:(NSString *)aPath; 23 | - (id)initWithRTFDocument:(NSString *)aPath; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Source/NJRScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRScrollView.h 3 | // HostLauncher 4 | // 5 | // Created by nicholas on Tue Oct 30 2001. 6 | // Copyright (c) 2001 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRScrollView : NSScrollView { 13 | BOOL shouldDrawFocusRing; 14 | NSResponder *lastResp; 15 | } 16 | 17 | @end -------------------------------------------------------------------------------- /Source/NJRSoundDevice.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRSoundDevice.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 3/8/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | extern NSString * const NJRSoundDeviceListChangedNotification; 13 | extern NSString * const NJRSoundDeviceDefaultOutputDeviceChangedNotification; 14 | 15 | @interface NJRSoundDevice : NSObject { 16 | NSString *name; 17 | NSString *uid; 18 | AudioDeviceID deviceID; 19 | BOOL registeredSourceListener; 20 | } 21 | 22 | + (NSArray *)allOutputDevices; 23 | + (NJRSoundDevice *)defaultOutputDevice; 24 | + (NJRSoundDevice *)setDefaultOutputDeviceByUID:(NSString *)uid; 25 | 26 | - (NSString *)name; 27 | - (NSString *)uid; 28 | 29 | - (AudioDeviceID)deviceID; 30 | 31 | + (BOOL)volumeIsNotMutedOrInvalid:(float)volume; 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /Source/NJRSpeechSynthesizer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRSpeechSynthesizer.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 4/15/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NJRSpeechSynthesizer : NSSpeechSynthesizer { 12 | SpeechChannel speechChannel; 13 | } 14 | 15 | - (id)initWithVoice:(NSString *)voice; 16 | 17 | - (BOOL)startSpeakingString:(NSString *)string; 18 | 19 | - (void)stopSpeaking; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Source/NJRTableDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRTableDelegate.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Oct 27 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NJRTableView.h" 11 | 12 | 13 | @interface NJRTableDelegate : NSObject { 14 | IBOutlet NJRTableView *tableView; 15 | NSTableColumn *sortingColumn; 16 | NSString *sortingKey; 17 | BOOL sortDescending; 18 | 19 | NSMutableArray *reorderedData; 20 | } 21 | 22 | - (NSMutableArray *)reorderedDataForData:(NSArray *)data; 23 | 24 | - (NSSet *)selectedItems; 25 | - (void)selectItems:(NSSet *)inSelectedItems; 26 | 27 | @end -------------------------------------------------------------------------------- /Source/NJRTableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRTableView.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Nov 17 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRTableView : NSTableView { 13 | NSMutableString *typed; 14 | IBOutlet id typeSelectDisplay; 15 | } 16 | 17 | - (id)typeSelectDisplay; 18 | - (void)resetTypeSelect; 19 | 20 | @end 21 | 22 | @protocol NJRTableViewDelegate 23 | 24 | - (void)tableView:(NSTableView *)aTableView selectRowMatchingString:(NSString *)matchString; 25 | 26 | @end 27 | 28 | @protocol NJRTableViewDataSource 29 | @optional 30 | 31 | - (void)removeSelectedRowsFromTableView:(NSTableView *)tableView; 32 | - (NSString *)toolTipForRow:(NSInteger)rowIndex; 33 | - (NSString *)stringValueForTableColumnIdentifier:(id)identifier row:(NSInteger)row; 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /Source/NJRValidatingField.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRValidatingField.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 11/27/07. 6 | // Copyright 2007 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NJRValidatingField : NSTextField { 13 | 14 | } 15 | 16 | - (void)handleDidFailToFormatString:(NSString *)string errorDescription:(NSString *)error label:(NSString *)label; 17 | 18 | @end -------------------------------------------------------------------------------- /Source/NJRVoicePopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // NJRVoicePopUpButton.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NJRSpeechSynthesizer.h" 11 | 12 | @interface NJRVoicePopUpButton : NSPopUpButton { 13 | id _delegate; 14 | NJRSpeechSynthesizer *_speaker; 15 | BOOL registeredForVoiceChangedNotification; 16 | } 17 | 18 | - (void)setVoice:(NSString *)voice; 19 | 20 | - (id)delegate; 21 | - (void)setDelegate:(id)delegate; 22 | 23 | - (IBAction)stopVoicePreview:(id)sender; 24 | 25 | @end 26 | 27 | @interface NSObject (NJRVoicePopUpButtonDelegate) 28 | 29 | - (NSString *)voicePopUpButton:(NJRVoicePopUpButton *)sender previewStringForVoice:(NSString *)voice; 30 | 31 | @end -------------------------------------------------------------------------------- /Source/NSAttributedString-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSAttributedString-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Mon Dec 16 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSAttributedString (NJRExtensions) 13 | 14 | - (float)heightWrappedToWidth:(float)width; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NSCalendarDate-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSCalendarDate-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Dec 22 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSCalendarDate (NJRExtensions) 13 | 14 | + (NSCalendarDate *)dateForDay:(NSDate *)date; 15 | + (NSCalendarDate *)dateWithDate:(NSDate *)date atTime:(NSDate *)time; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Source/NSCalendarDate-OFExtensions.h: -------------------------------------------------------------------------------- 1 | // Copyright 1997-2002 Omni Development, Inc. All rights reserved. 2 | // 3 | // This software may only be used and reproduced according to the 4 | // terms in the file OmniSourceLicense.html, which should be 5 | // distributed with this project and can also be found at 6 | // http://www.omnigroup.com/DeveloperResources/OmniSourceLicense.html. 7 | // 8 | // $Header: /Network/Source/CVS/OmniGroup/Frameworks/OmniFoundation/OpenStepExtensions.subproj/NSCalendarDate-OFExtensions.h,v 1.12 2002/03/09 01:54:02 kc Exp $ 9 | 10 | #import 11 | 12 | @interface NSCalendarDate (OFExtensions) 13 | - (void)setToUnixDateFormat; 14 | 15 | - (NSCalendarDate *)safeReferenceDate; 16 | - (NSCalendarDate *)firstDayOfMonth; 17 | - (NSCalendarDate *)lastDayOfMonth; 18 | - (NSInteger)numberOfDaysInMonth; 19 | - (NSInteger)weekOfMonth; 20 | // Returns 1 through 6. Weeks are Sunday-Saturday. 21 | - (BOOL)isInSameWeekAsDate:(NSCalendarDate *)otherDate; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Source/NSCharacterSet-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSCharacterSet-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Nov 17 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSCharacterSet (NJRExtensions) 13 | 14 | + (NSCharacterSet *)typeSelectSet; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NSCharacterSet-NJRExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSCharacterSet-NJRExtensions.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Nov 17 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NSCharacterSet-NJRExtensions.h" 10 | 11 | 12 | @implementation NSCharacterSet (NJRExtensions) 13 | 14 | static NSCharacterSet *_typeSelectSet = nil; 15 | 16 | + (NSCharacterSet *)typeSelectSet { 17 | if (_typeSelectSet == nil) { 18 | NSMutableCharacterSet *set; 19 | set = [[NSCharacterSet alphanumericCharacterSet] mutableCopy]; 20 | [set formUnionWithCharacterSet: [NSCharacterSet punctuationCharacterSet]]; 21 | [set formUnionWithCharacterSet: [NSCharacterSet whitespaceCharacterSet]]; 22 | _typeSelectSet = [set copy]; // make immutable again - for efficiency 23 | [set release]; 24 | } 25 | return _typeSelectSet; 26 | } 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Source/NSDictionary-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Nov 19 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSDictionary (NJRExtensions) 13 | 14 | - (id)objectForRequiredKey:(NSString *)key; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NSDictionary-NJRExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary-NJRExtensions.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Nov 19 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NSDictionary-NJRExtensions.h" 10 | 11 | 12 | @implementation NSDictionary (NJRExtensions) 13 | 14 | - (id)objectForRequiredKey:(NSString *)key; 15 | { 16 | id obj = [self objectForKey: key]; 17 | NSAssert1(obj != nil, NSLocalizedString(@"Dictionary does not contain object for required key '%@'", "Assertion failure in -[NSDictionary objectForRequiredKey:]"), key); 18 | return obj; 19 | } 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Source/NSImage-OAExtensions.h: -------------------------------------------------------------------------------- 1 | // Copyright 1997-2002 Omni Development, Inc. All rights reserved. 2 | // 3 | // This software may only be used and reproduced according to the 4 | // terms in the file OmniSourceLicense.html, which should be 5 | // distributed with this project and can also be found at 6 | // http://www.omnigroup.com/DeveloperResources/OmniSourceLicense.html. 7 | // 8 | // $Header: /Network/Source/CVS/OmniGroup/Frameworks/OmniAppKit/OpenStepExtensions.subproj/NSImage-OAExtensions.h,v 1.14 2002/03/09 01:53:54 kc Exp $ 9 | 10 | #import 11 | 12 | @class NSMutableSet; 13 | 14 | @interface NSImage (OAExtensions) 15 | 16 | + (NSImage *)imageNamed:(NSString *)imageName inBundle:(NSBundle *)aBundle; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Source/NSMenuItem-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSMenuItem-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 11/22/07. 6 | // Copyright 2007 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSMenuItem (NJRExtensions) 13 | 14 | - (void)setImageFromPath:(NSString *)path; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NSMenuItem-NJRExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSMenuItem-NJRExtensions.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 11/22/07. 6 | // Copyright 2007 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NSMenuItem-NJRExtensions.h" 10 | 11 | @interface NSMenuItem (Private) 12 | - (void)_setIconRef:(IconRef)iconRef; 13 | @end 14 | 15 | @implementation NSMenuItem (NJRExtensions) 16 | 17 | // from ICeCoffEE's ICCF_CopyIconRefForPath 18 | - (void)setImageFromPath:(NSString *)path; 19 | { 20 | IconRef icon; 21 | FSRef fsr; 22 | SInt16 label; 23 | OSStatus err = noErr; 24 | 25 | err = FSPathMakeRef((const UInt8 *)[path fileSystemRepresentation], &fsr, NULL); 26 | if (err != noErr) return; 27 | 28 | err = GetIconRefFromFileInfo(&fsr, 0, NULL, kFSCatInfoNone, NULL, kIconServicesNormalUsageFlag, &icon, &label); 29 | if (err != noErr) return; 30 | 31 | [self _setIconRef: icon]; 32 | ReleaseIconRef(icon); 33 | } 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /Source/NSPopUpButton-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSPopUpButton-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 7/31/13. 6 | // 7 | // 8 | 9 | #import 10 | 11 | @interface NSPopUpButton (NJRExtensions) 12 | 13 | - (Class)NJR_classFromRepresentedObjectOfSelectedItem; 14 | 15 | - (NSMenuItem *)NJR_itemWithRepresentedObjectNameOfClass:(Class)cls; 16 | 17 | - (void)NJR_selectItemWithRepresentedObjectNameOfClass:(Class)cls; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Source/NSPopUpButton-NJRExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSPopUpButton-NJRExtensions.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 7/31/13. 6 | // 7 | // 8 | 9 | #import "NSPopUpButton-NJRExtensions.h" 10 | 11 | @implementation NSPopUpButton (NJRExtensions) 12 | 13 | - (Class)NJR_classFromRepresentedObjectOfSelectedItem; 14 | { 15 | return NSClassFromString([[self selectedItem] representedObject]); 16 | } 17 | 18 | - (NSMenuItem *)NJR_itemWithRepresentedObjectNameOfClass:(Class)cls; 19 | { 20 | return [self itemAtIndex: [self indexOfItemWithRepresentedObject: NSStringFromClass(cls)]]; 21 | } 22 | 23 | - (void)NJR_selectItemWithRepresentedObjectNameOfClass:(Class)cls; 24 | { 25 | [self selectItemAtIndex: [self indexOfItemWithRepresentedObject: NSStringFromClass(cls)]]; 26 | } 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Source/NSString-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Mon Dec 16 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSString (NJRExtensions) 13 | 14 | - (NSAttributedString *)small; 15 | - (NSAttributedString *)smallBold; 16 | - (NSAttributedString *)underlined; 17 | 18 | - (NSAttributedString *)keyEquivalentAttributedStringWithModifierFlags:(unsigned int)modifierFlags; 19 | 20 | - (NSAttributedString *)attributedStringByPrependingFontAwesomeIcon:(NSString *)icon inCell:(NSCell *)cell; 21 | 22 | @end 23 | 24 | @interface NSMutableString (NJRExtensions) 25 | 26 | - (void)truncateToWidth:(float)maxWidth by:(NSLineBreakMode)method withAttributes:(NSDictionary *)attributes; 27 | 28 | @end -------------------------------------------------------------------------------- /Source/NSTableView-NJRExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSTableView-NJRExtensions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Oct 27 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSTableView (NJRExtensions) 13 | 14 | - (float)cellHeight; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/NSTableView-NJRExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSTableView-NJRExtensions.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Oct 27 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "NSTableView-NJRExtensions.h" 10 | 11 | 12 | @implementation NSTableView (NJRExtensions) 13 | 14 | - (float)cellHeight; 15 | { 16 | return [self rowHeight] + [self intercellSpacing].height; 17 | } 18 | 19 | // causes NSTableView to get keyboard focus (with thanks to Pierre-Olivier Latour) 20 | - (BOOL)needsPanelToBecomeKey 21 | { 22 | return YES; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Source/PSAlarmAlertController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSAlarmAlertController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "PSAlarm.h" 11 | 12 | extern NSString * const PSAlarmAlertStopNotification; 13 | 14 | @interface PSAlarmAlertController : NSObject { 15 | NSMutableSet *pendingAlerts; 16 | NSRunningApplication *frontmostApplication; 17 | BOOL appWasHidden; 18 | } 19 | 20 | + (PSAlarmAlertController *)controllerWithTimerExpiredNotification:(NSNotification *)notification; 21 | 22 | + (void)stopAlerts:(id)sender; 23 | 24 | - (id)initWithAlarm:(PSAlarm *)alarm; 25 | 26 | @end 27 | 28 | @interface NSObject (PSAlarmAlertWaitForIdle) 29 | 30 | - (void)performAlertSelectorWhenIdle:(SEL)aSelector withObject:(id)anArgument; 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /Source/PSAlarmsController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSAlarmsController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Fri Oct 11 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "PSAlarms.h" 11 | #import "NJRTableView.h" 12 | 13 | @interface PSAlarmsController : NSWindowController { 14 | IBOutlet NSTableView *alarmList; 15 | IBOutlet NSButton *removeButton; 16 | PSAlarms *alarms; 17 | NSArray *reorderedAlarms; 18 | } 19 | 20 | - (IBAction)remove:(id)sender; 21 | 22 | - (void)selectAlarm:(PSAlarm *)alarm; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Source/PSBeepAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSBeepAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSMediaAlert.h" 10 | 11 | @interface PSBeepAlert : PSMediaAlert { 12 | PSAlarm *alarm; 13 | unsigned short repetitionsRemaining; 14 | } 15 | 16 | + (PSBeepAlert *)alertWithRepetitions:(unsigned short)numReps; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Source/PSCalendarController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSCalendarController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Fri Feb 14 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class OACalendarView; 12 | 13 | @interface PSCalendarController : NSWindowController { 14 | IBOutlet OACalendarView *calendarView; 15 | IBOutlet NSButton *okButton; 16 | id delegate; 17 | } 18 | 19 | + (PSCalendarController *)controllerWithDate:(NSCalendarDate *)aDate delegate:(id)aDelegate; 20 | 21 | - (id)initWithDate:(NSCalendarDate *)aDate delegate:(id)aDelegate; 22 | 23 | - (IBAction)close:(NSButton *)sender; 24 | - (IBAction)cancel:(NSButton *)sender; 25 | - (IBAction)today:(NSButton *)sender; 26 | 27 | @end 28 | 29 | @interface NSObject (PSCalendarControllerDelegate) 30 | 31 | - (void)calendarController:(PSCalendarController *)controller didSetDate:(NSCalendarDate *)date; 32 | - (NSView *)calendarControllerLaunchingView:(PSCalendarController *)controller; 33 | 34 | @end -------------------------------------------------------------------------------- /Source/PSDateFieldEditor.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSDateFieldEditor.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 3/1/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface PSDateFieldEditor : NSTextView { 13 | NSArray *allCompletions; 14 | } 15 | 16 | - (id)initWithCompletions:(NSArray *)dateCompletions; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Source/PSDockBounceAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSDockBounceAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | 12 | @interface PSDockBounceAlert : PSAlert { 13 | NSInteger userAttentionRequest; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/PSGrowlAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSGrowlAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 8/24/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | @interface PSGrowlAlert : PSAlert { 12 | 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Source/PSGrowlAlert.m: -------------------------------------------------------------------------------- 1 | // 2 | // PSGrowlAlert.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 8/24/10. 6 | // Copyright 2010 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlarmAlertController.h" 10 | #import "PSGrowlAlert.h" 11 | #import "PSUserNotificationAlert.h" 12 | 13 | @implementation PSGrowlAlert 14 | 15 | + (BOOL)canTrigger; 16 | { 17 | return YES; 18 | } 19 | 20 | + (PSAlert *)alert; 21 | { 22 | return [PSUserNotificationAlert alert]; 23 | } 24 | 25 | #pragma mark property list serialization (Pester 1.1) 26 | 27 | - (instancetype)initWithPropertyList:(NSDictionary *)dict error:(NSError **)error; 28 | { 29 | [self release]; 30 | return [[PSUserNotificationAlert alert] retain]; 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /Source/PSMediaAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSMediaAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Apr 08 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | extern const float PSMediaAlertNoVolume; 12 | 13 | @interface PSMediaAlert : PSAlert { 14 | unsigned short repetitions; 15 | float outputVolume; 16 | } 17 | 18 | - (id)initWithRepetitions:(unsigned short)numReps; 19 | 20 | - (unsigned short)repetitions; 21 | - (float)outputVolume; 22 | - (void)setOutputVolume:(float)volume; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Source/PSMovieAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSMovieAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "PSMediaAlert.h" 11 | 12 | @class AVAsset; 13 | @class BDAlias; 14 | 15 | @interface PSMovieAlert : PSMediaAlert { 16 | BDAlias *alias; 17 | BOOL hasAudio; 18 | BOOL hasVideo; 19 | } 20 | 21 | + (PSMovieAlert *)alertWithMovieFileAlias:(BDAlias *)anAlias repetitions:(unsigned short)numReps; 22 | 23 | - (id)initWithMovieFileAlias:(BDAlias *)anAlias repetitions:(unsigned int) numReps; 24 | 25 | - (BOOL)hasVideo; 26 | - (AVAsset *)asset; 27 | - (BDAlias *)movieFileAlias; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /Source/PSMovieAlertController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSMovieAlertController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class AVPlayerView; 12 | @class PSAlarm; 13 | @class PSMovieAlert; 14 | 15 | @interface PSMovieAlertController : NSWindowController { 16 | PSAlarm *alarm; 17 | PSMovieAlert *alert; 18 | IBOutlet AVPlayerView *playerView; 19 | unsigned short repetitions; 20 | unsigned short repetitionsRemaining; 21 | } 22 | 23 | // note: retains itself until the alert completes 24 | + (PSMovieAlertController *)newControllerWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert; 25 | 26 | - (id)initWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /Source/PSNotifierAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSNotifierAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | 12 | @interface PSNotifierAlert : PSAlert { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/PSPowerManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSPowerManager.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Mon Dec 23 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | extern NSString * const PSPowerManagerException; 13 | 14 | @interface PSPowerManager : NSObject { 15 | id delegate; 16 | io_connect_t root_port; 17 | io_object_t notifier; 18 | } 19 | 20 | - (id)initWithDelegate:(id)aDelegate; 21 | 22 | + (BOOL)autoWakeSupported; 23 | + (void)setWakeTime:(NSDate *)time; 24 | + (void)clearWakeTime; 25 | 26 | @end 27 | 28 | @interface NSObject (PSPowerManagerDelegate) 29 | 30 | - (void)powerManagerWillDemandSleep:(PSPowerManager *)powerManager; 31 | - (BOOL)powerManagerShouldIdleSleep:(PSPowerManager *)powerManager; 32 | - (void)powerManagerDidWake:(PSPowerManager *)powerManager; 33 | 34 | @end -------------------------------------------------------------------------------- /Source/PSPreferencesController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSPreferencesController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Mar 29 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NJRHotKeyField; 12 | 13 | @interface PSPreferencesController : NSWindowController { 14 | IBOutlet NJRHotKeyField *setAlarmHotKey; 15 | IBOutlet NSPopUpButton *soundOutputDevice; 16 | IBOutlet NSTextField *soundOutputDeviceExplanatoryText; 17 | IBOutlet NSArrayController *soundOutputDevices; 18 | NSCharacterSet *textRejectSet; 19 | NSCharacterSet *commandRejectSet; 20 | NSCharacterSet *commandShiftRejectSet; 21 | NSCharacterSet *commandOptionRejectSet; 22 | } 23 | 24 | + (void)readPreferences; 25 | 26 | - (IBAction)hotKeySet:(NJRHotKeyField *)sender; 27 | - (IBAction)soundOutputDeviceChanged:(id)sender; 28 | 29 | - (NSArray *)allSoundOutputDevices; 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /Source/PSPropertyListSerialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSPropertyListSerialization.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Dec 21 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "JRErr.h" 11 | 12 | 13 | @protocol PSPropertyListSerialization 14 | 15 | // 1.1 only, deprecated when we move to keyed archiving 16 | - (NSDictionary *)propertyListRepresentation; 17 | 18 | // no [super initWithPropertyList:error:] in PSAlert subclasses - infinite recursion will result! 19 | - (instancetype)initWithPropertyList:(NSDictionary *)dict error:(NSError **)error; 20 | 21 | // Note that some *partially* initialized objects can return both an object and an NSError. 22 | // PSAlerts and PSAlarm are currently the only examples; both contain a JRErrExpressionAdapter which checks the error rather than the return value. Assign inside the JRThrowErr and declare the variable as __block if necessary. 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Source/PSScriptAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSScriptAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | @class BDAlias; 12 | 13 | @interface PSScriptAlert : PSAlert { 14 | BDAlias *alias; 15 | } 16 | 17 | + (PSScriptAlert *)alertWithScriptFileAlias:(BDAlias *)anAlias; 18 | - (id)initWithScriptFileAlias:(BDAlias *)anAlias; 19 | 20 | - (BDAlias *)scriptFileAlias; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Source/PSSoundAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSSoundAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 9/28/15. 6 | // 7 | // 8 | 9 | #import "PSMediaAlert.h" 10 | 11 | @class BDAlias; 12 | 13 | @interface PSSoundAlert : PSMediaAlert { 14 | PSAlarm *alarm; 15 | BDAlias *alias; 16 | NSSound *sound; 17 | unsigned short repetitionsRemaining; 18 | } 19 | 20 | + (PSSoundAlert *)alertWithSoundFileAlias:(BDAlias *)anAlias repetitions:(unsigned short)numReps; 21 | 22 | - (id)initWithSoundFileAlias:(BDAlias *)anAlias repetitions:(unsigned int) numReps; 23 | 24 | - (BDAlias *)soundFileAlias; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Source/PSSpeechAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSSpeechAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sat Oct 26 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | #import "NJRSpeechSynthesizer.h" 11 | 12 | @interface PSSpeechAlert : PSAlert { 13 | NJRSpeechSynthesizer *speaker; 14 | NSString *voice; 15 | PSAlarm *alarm; 16 | } 17 | 18 | + (PSSpeechAlert *)alertWithVoice:(NSString *)aVoice; 19 | 20 | - (id)initWithVoice:(NSString *)aVoice; 21 | 22 | - (NSString *)voice; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Source/PSTimeDateEditor.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSDateCompletions.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Sun Feb 16 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class PSDateFieldEditor; 12 | 13 | @interface PSTimeDateEditor : NSObject { 14 | NSTextField *timeOfDay; 15 | NSTextField *timeDate; 16 | NSPopUpButton *timeDateCompletions; 17 | PSDateFieldEditor *dateFieldEditor; 18 | id controller; 19 | } 20 | 21 | - (id)initWithTimeField:(NSTextField *)timeOfDay dateField:(NSTextField *)timeDate completions:(NSPopUpButton *)timeDateCompletions controller:(id)controller; 22 | 23 | - (PSDateFieldEditor *)dateFieldEditor; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Source/PSUserNotificationAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSUserNotificationAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 7/27/13. 6 | // 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | @interface PSUserNotificationAlert : PSAlert 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Source/PSVolumeController.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSVolumeController.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Apr 08 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface PSVolumeController : NSWindowController { 13 | id delegate; 14 | IBOutlet NSView *contentView; 15 | IBOutlet NSSlider *volumeSlider; 16 | NSMenu *menu; 17 | } 18 | 19 | + (PSVolumeController *)controllerWithVolume:(float)volume delegate:(id)aDelegate; 20 | 21 | - (id)initWithVolume:(float)volume delegate:(id)aDelegate; 22 | 23 | - (IBAction)volumeSet:(NSSlider *)sender; 24 | 25 | @end 26 | 27 | @interface NSObject (PSVolumeControllerDelegate) 28 | 29 | - (void)volumeController:(PSVolumeController *)controller didSetVolume:(float)volume; 30 | - (void)volumeControllerDidDismiss:(PSVolumeController *)controller; 31 | - (NSView *)volumeControllerLaunchingView:(PSVolumeController *)controller; 32 | 33 | @end -------------------------------------------------------------------------------- /Source/PSWakeAlert.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSWakeAlert.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Mon Jan 06 2003. 6 | // Copyright (c) 2003 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import "PSAlert.h" 10 | 11 | 12 | @interface PSWakeAlert : PSAlert { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/ParseDate.h: -------------------------------------------------------------------------------- 1 | // 2 | // ParseDate.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 11/28/07. 6 | // Copyright 2007 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // returns [NSDate distantPast] if parser is unavailable 12 | NSDate *(*parse_natural_language_date)(NSString *) = NULL; 13 | 14 | // initialize or reinitialize parser with current locale/time zone information (may make available) 15 | void (*init_date_parser_async)(void (^completion_block)(void)) = NULL; 16 | -------------------------------------------------------------------------------- /Source/ParseDateInternal.h: -------------------------------------------------------------------------------- 1 | // 2 | // ParseDateInternal.h 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on 12/14/14. 6 | // 7 | // 8 | 9 | // non-asynchronous/GCD-using entry points for testing 10 | 11 | // init_date_parser_on_queue would ordinarily call this, but need to override module search path 12 | BOOL init_perl_on_queue(NSString *moduleSearchPath); 13 | void init_date_parser_on_queue(NSString *localeLanguageCode); 14 | NSDate *parse_natural_language_date_on_queue(NSString *input); 15 | 16 | // list of Date::Manip-supported language codes for testing 17 | NSArray *date_parser_supported_locale_language_codes(void); -------------------------------------------------------------------------------- /Source/ParseDateTest/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.1b24 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 71 23 | 24 | 25 | -------------------------------------------------------------------------------- /Source/Pester.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Source/Pester.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Source/PesterTest/PesterTest-Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundlePackageType 14 | BNDL 15 | CFBundleShortVersionString 16 | 1.1b24 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 71 21 | 22 | 23 | -------------------------------------------------------------------------------- /Source/PesterTest/PesterTest-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'PesterTest' target in the 'PesterTest' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import "NJROperatingSystemVersion.h" 8 | #endif 9 | 10 | #define PESTER_TEST 1 -------------------------------------------------------------------------------- /Source/PesterTest/PesterTest.h: -------------------------------------------------------------------------------- 1 | // 2 | // PesterTest.h 3 | // PesterTest 4 | // 5 | // Created by Nicholas Riley on 8/16/13. 6 | // 7 | // 8 | 9 | #import 10 | 11 | @interface PesterTest : XCTestCase 12 | { 13 | NSDictionary *fixtures; 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Source/Pester_Prefix.h: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'Pester' target in the 'Pester' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import 7 | #import "NJROperatingSystemVersion.h" 8 | #endif 9 | -------------------------------------------------------------------------------- /Source/Popup triangle.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Popup triangle.tiff -------------------------------------------------------------------------------- /Source/Volume 0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Volume 0.pdf -------------------------------------------------------------------------------- /Source/Volume 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Volume 1.pdf -------------------------------------------------------------------------------- /Source/Volume 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Volume 2.pdf -------------------------------------------------------------------------------- /Source/Volume 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Volume 3.pdf -------------------------------------------------------------------------------- /Source/Volume icons.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/Volume icons.sketch -------------------------------------------------------------------------------- /Source/de.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "heute"; 3 | "tomorrow" = "morgen"; 4 | "in 2 days" = "in 2 Tagen"; 5 | "next «day»" = "nächsten «day»"; 6 | "next week" = "nächste Woche"; 7 | "in 2 weeks" = "in 2 Wochen"; 8 | "next month" = "nächsten Monat"; 9 | "in 2 months" = "in 2 Monaten"; 10 | "in 1 year" = "in 1 Jahr"; 11 | -------------------------------------------------------------------------------- /Source/en.lproj/Credits.html: -------------------------------------------------------------------------------- 1 | Icon by José Manuel Sánchez. -------------------------------------------------------------------------------- /Source/en.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "today"; 3 | "tomorrow" = "tomorrow"; 4 | "in 2 days" = "in 2 days"; 5 | "next «day»" = "next «day»"; 6 | "next week" = "next week"; 7 | "in 2 weeks" = "in 2 weeks"; 8 | "next month" = "next month"; 9 | "in 2 months" = "in 2 months"; 10 | "in 1 year" = "in 1 year"; -------------------------------------------------------------------------------- /Source/en.lproj/Formatter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/en.lproj/Formatter.strings -------------------------------------------------------------------------------- /Source/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nriley/Pester/6ad57ec55231647bd112967f6af71a2b033331e4/Source/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Source/es.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "hoy"; 3 | "tomorrow" = "mañana"; 4 | "in 2 days" = "en 2 días"; 5 | "next «day»" = "el «day» siguiente"; 6 | "next week" = "la siguiente semana"; 7 | "in 2 weeks" = "en 2 semanas"; 8 | "next month" = "el mes siguiente"; 9 | "in 2 months" = "en 2 meses"; 10 | "in 1 year" = "en 1 año"; -------------------------------------------------------------------------------- /Source/fr.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "aujourd’hui"; 3 | "tomorrow" = "demain"; 4 | "in 2 days" = "dans 2 jours"; 5 | "next «day»" = "prochain «day»"; 6 | "next week" = "prochaine semaine"; 7 | "in 2 weeks" = "dans 2 semaines"; 8 | "next month" = "prochain mois"; 9 | "in 2 months" = "dans 2 mois"; 10 | "in 1 year" = "dans 1 an"; -------------------------------------------------------------------------------- /Source/hr.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "danas"; 3 | "tomorrow" = "sutra"; 4 | "in 2 days" = "prekosutra"; 5 | "next «day»" = "sljedeći «dan»"; 6 | "next week" = "sljedeći tjedan"; 7 | "in 2 weeks" = "za dva tjedna"; 8 | "next month" = "sljedeći mjesec"; 9 | "in 2 months" = "za dva mjeseca"; 10 | "in 1 year" = "za godinu dana"; -------------------------------------------------------------------------------- /Source/it.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "oggi"; 3 | "tomorrow" = "domani"; 4 | "in 2 days" = "tra 2 giorni"; 5 | "next «day»" = "«day» prossimo"; 6 | "next week" = "settimana prossima"; 7 | "in 2 weeks" = "tra 2 settimane"; 8 | "next month" = "mese prossimo"; 9 | "in 2 months" = "tra 2 mesi"; 10 | "in 1 year" = "tra un anno"; -------------------------------------------------------------------------------- /Source/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // Pester 4 | // 5 | // Created by Nicholas Riley on Tue Oct 08 2002. 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, const char *argv[]) 12 | { 13 | return NSApplicationMain(argc, argv); 14 | } 15 | -------------------------------------------------------------------------------- /Source/nl.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "vandaag"; 3 | "tomorrow" = "morgen"; 4 | "in 2 days" = "over 2 dagen"; 5 | "next «day»" = "volgende «day»"; 6 | "next week" = "volgende week"; 7 | "in 2 weeks" = "over 2 weken"; 8 | "next month" = "volgende maand"; 9 | "in 2 months" = "over 2 maanden"; 10 | "in 1 year" = "over 1 jaar"; 11 | -------------------------------------------------------------------------------- /Source/sv.lproj/DateCompletions.strings: -------------------------------------------------------------------------------- 1 | /* Date popup */ 2 | "today" = "i dag"; 3 | "tomorrow" = "i morgon"; 4 | "in 2 days" = "om 2 dagar"; 5 | "next «day»" = "nästa «day»"; 6 | "next week" = "nästa vecka"; 7 | "in 2 weeks" = "om 2 veckor"; 8 | "next month" = "nästa månad"; 9 | "in 2 months" = "om 2 månader"; 10 | "in 1 year" = "om 1 år"; 11 | -------------------------------------------------------------------------------- /exportOptions.plist: -------------------------------------------------------------------------------- 1 | { method = developer-id; } 2 | --------------------------------------------------------------------------------