App\Models\City {#1011 // app/Services/CityTopicService.php:87
  #connection: "mysql"
  #table: "cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  +preventsLazyLoading: false
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #escapeWhenCastingToString: false
  #attributes: array:26 [
    "id" => 3778
    "geonames_id" => "5954579"
    "name" => "Flemingdon Park"
    "ascii_name" => "Flemingdon Park"
    "alternate_names" => "[]"
    "latitude" => "43.7180600"
    "longitude" => "-79.3322200"
    "feature_class" => "P"
    "feature_code" => "PPLX"
    "country_id" => 38
    "country_code" => "CA"
    "admin1_code" => "08"
    "admin2_code" => "3520"
    "admin3_code" => "6091104"
    "admin4_code" => ""
    "population" => 21933
    "elevation" => null
    "dem" => 128
    "timezone_id" => "America/Toronto"
    "modification_date" => "2024-06-15 07:00:00"
    "slug" => "flemingdon-park-ca"
    "ai_seasonal_topics" => null
    "is_featured" => 0
    "is_active" => 1
    "created_at" => "2025-08-12 13:31:45"
    "updated_at" => "2025-08-12 13:31:45"
  ]
  #original: array:26 [
    "id" => 3778
    "geonames_id" => "5954579"
    "name" => "Flemingdon Park"
    "ascii_name" => "Flemingdon Park"
    "alternate_names" => "[]"
    "latitude" => "43.7180600"
    "longitude" => "-79.3322200"
    "feature_class" => "P"
    "feature_code" => "PPLX"
    "country_id" => 38
    "country_code" => "CA"
    "admin1_code" => "08"
    "admin2_code" => "3520"
    "admin3_code" => "6091104"
    "admin4_code" => ""
    "population" => 21933
    "elevation" => null
    "dem" => 128
    "timezone_id" => "America/Toronto"
    "modification_date" => "2024-06-15 07:00:00"
    "slug" => "flemingdon-park-ca"
    "ai_seasonal_topics" => null
    "is_featured" => 0
    "is_active" => 1
    "created_at" => "2025-08-12 13:31:45"
    "updated_at" => "2025-08-12 13:31:45"
  ]
  #changes: []
  #previous: []
  #casts: array:10 [
    "alternate_names" => "array"
    "latitude" => "decimal:7"
    "longitude" => "decimal:7"
    "population" => "integer"
    "elevation" => "integer"
    "dem" => "integer"
    "modification_date" => "datetime"
    "is_featured" => "boolean"
    "is_active" => "boolean"
    "ai_seasonal_topics" => "array"
  ]
  #classCastCache: []
  #attributeCastCache: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: array:2 [
    "country" => App\Models\Country {#1431
      #connection: "mysql"
      #table: "countries"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: true
      #with: []
      #withCount: []
      +preventsLazyLoading: false
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #escapeWhenCastingToString: false
      #attributes: array:20 [
        "id" => 38
        "name" => "Canada"
        "iso_code" => "CA"
        "iso3_code" => "CAN"
        "numeric_code" => "124"
        "fips_code" => "CA"
        "capital" => "Ottawa"
        "area_km2" => "9984670.00"
        "population" => 37058856
        "continent" => "NA"
        "currency_code" => "CAD"
        "languages" => "en-CA,fr-CA,iu"
        "phone_prefix" => "1"
        "postal_code_format" => "Dollar"
        "postal_code_regex" => "6251999"
        "neighbors" => "["US"]"
        "flag_emoji" => "🇨🇦"
        "is_active" => 1
        "created_at" => "2025-08-12 13:31:38"
        "updated_at" => "2025-08-12 13:31:38"
      ]
      #original: array:20 [
        "id" => 38
        "name" => "Canada"
        "iso_code" => "CA"
        "iso3_code" => "CAN"
        "numeric_code" => "124"
        "fips_code" => "CA"
        "capital" => "Ottawa"
        "area_km2" => "9984670.00"
        "population" => 37058856
        "continent" => "NA"
        "currency_code" => "CAD"
        "languages" => "en-CA,fr-CA,iu"
        "phone_prefix" => "1"
        "postal_code_format" => "Dollar"
        "postal_code_regex" => "6251999"
        "neighbors" => "["US"]"
        "flag_emoji" => "🇨🇦"
        "is_active" => 1
        "created_at" => "2025-08-12 13:31:38"
        "updated_at" => "2025-08-12 13:31:38"
      ]
      #changes: []
      #previous: []
      #casts: array:4 [
        "neighbors" => "array"
        "area_km2" => "decimal:2"
        "population" => "integer"
        "is_active" => "boolean"
      ]
      #classCastCache: []
      #attributeCastCache: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      #relationAutoloadCallback: null
      #relationAutoloadContext: null
      +timestamps: true
      +usesUniqueIds: false
      #hidden: []
      #visible: []
      #fillable: array:17 [
        0 => "name"
        1 => "iso_code"
        2 => "iso3_code"
        3 => "numeric_code"
        4 => "fips_code"
        5 => "capital"
        6 => "area_km2"
        7 => "population"
        8 => "continent"
        9 => "currency_code"
        10 => "languages"
        11 => "phone_prefix"
        12 => "postal_code_format"
        13 => "postal_code_regex"
        14 => "neighbors"
        15 => "flag_emoji"
        16 => "is_active"
      ]
      #guarded: array:1 [
        0 => "*"
      ]
    }
    "timezone" => App\Models\TimeZone {#1022
      #connection: "mysql"
      #table: "timezones"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: true
      #with: []
      #withCount: []
      +preventsLazyLoading: false
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #escapeWhenCastingToString: false
      #attributes: array:11 [
        "id" => 191
        "timezone_id" => "America/Toronto"
        "country_code" => "CA"
        "gmt_offset" => "-5.00"
        "dst_offset" => "-4.00"
        "raw_offset" => "-5.00"
        "timezone_name" => "Toronto Time"
        "has_dst" => 1
        "created_at" => "2025-08-12 13:31:39"
        "updated_at" => "2025-08-12 13:31:39"
        "slug" => "americatoronto"
      ]
      #original: array:11 [
        "id" => 191
        "timezone_id" => "America/Toronto"
        "country_code" => "CA"
        "gmt_offset" => "-5.00"
        "dst_offset" => "-4.00"
        "raw_offset" => "-5.00"
        "timezone_name" => "Toronto Time"
        "has_dst" => 1
        "created_at" => "2025-08-12 13:31:39"
        "updated_at" => "2025-08-12 13:31:39"
        "slug" => "americatoronto"
      ]
      #changes: []
      #previous: []
      #casts: array:4 [
        "gmt_offset" => "decimal:2"
        "dst_offset" => "decimal:2"
        "raw_offset" => "decimal:2"
        "has_dst" => "boolean"
      ]
      #classCastCache: []
      #attributeCastCache: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      #relationAutoloadCallback: null
      #relationAutoloadContext: null
      +timestamps: true
      +usesUniqueIds: false
      #hidden: []
      #visible: []
      #fillable: array:8 [
        0 => "timezone_id"
        1 => "country_code"
        2 => "gmt_offset"
        3 => "dst_offset"
        4 => "raw_offset"
        5 => "timezone_name"
        6 => "has_dst"
        7 => "slug"
      ]
      #guarded: array:1 [
        0 => "*"
      ]
    }
  ]
  #touches: []
  #relationAutoloadCallback: null
  #relationAutoloadContext: null
  +timestamps: true
  +usesUniqueIds: false
  #hidden: []
  #visible: []
  #fillable: array:22 [
    0 => "geonames_id"
    1 => "name"
    2 => "ascii_name"
    3 => "alternate_names"
    4 => "latitude"
    5 => "longitude"
    6 => "feature_class"
    7 => "feature_code"
    8 => "country_id"
    9 => "country_code"
    10 => "admin1_code"
    11 => "admin2_code"
    12 => "admin3_code"
    13 => "admin4_code"
    14 => "population"
    15 => "elevation"
    16 => "dem"
    17 => "timezone_id"
    18 => "modification_date"
    19 => "slug"
    20 => "is_featured"
    21 => "is_active"
  ]
  #guarded: array:1 [
    0 => "*"
  ]
}
Current Local Time in Flemingdon Park, Canada – Time Zone & World Clock
Canada

Flemingdon Park

Canada

02:04:28
Thursday, July 15, 2027
Synced with atomic clock Accuracy: ±0.1s
Timezone
EDT
UTC Offset
-04:00
Week
Week 28
DST
Active
Sunrise
05:47
Sunset
20:58

Quick Actions

City Information

Population
21,933
Timezone
America/Toronto
Latitude
43.72°
Longitude
-79.33°

Compare with Major Cities

New York
02:04
London
07:04
Tokyo
15:04
Paris
08:04
Sydney
16:04
Dubai
10:04

Upcoming DST Changes

Nov 1, 2026
DST End
Clocks move back 1h
Mar 14, 2027
DST Start
Clocks move forward 1h
Nov 7, 2027
DST End
Clocks move back 1h

Quick Info

Population
21,933
Coordinates
43.7181°, -79.3322°
Day of Year
Day 196 of 365